zmcontrol.pl - Panasonic KX-HCM280 IP cam

Forum for questions and support relating to the 1.24.x releases only.
Locked
GoFaster
Posts: 1
Joined: Fri Jun 03, 2011 4:36 pm

zmcontrol.pl - Panasonic KX-HCM280 IP cam

Post by GoFaster »

I recently installed Zoneminder 1.24.4 on Ubuntu 10.10 64-bit server following the excellent guide in the wiki. It is monitoring a couple of Panasonic KX-HCM280 IP cams with PTZ support. I am still tweaking motion detection but it seems to be stable.
However I cannot see to get PTZ to work with Zoneminder, from the webpage or via zmcontrol.pl.

When I manually execute, this is what I get

Code: Select all

# zmcontrol.pl --id=2 --command=moveConUp
Insecure dependency in eval while running with -T switch at /usr/local/share/perl/5.10.1/ZoneMinder/General.pm line 429, <CLIENT> line 1.
nothing amiss in zmcontrol.log

Code: Select all

06/03/2011 12:38:41.856756 zmcontrol[18333].DBG [--id=2 --command=moveConUp]
06/03/2011 12:38:41.860987 zmcontrol[18333].INF [Starting control server 2/PanasonicIP]
06/03/2011 12:38:41.866773 zmcontrol[18334].INF [Control server 2/PanasonicIP starting at 11/06/03 12:38:41]
I don't know PERL so any pointers would be appreciated.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Re: zmcontrol.pl - Panasonic KX-HCM280 IP cam

Post by cordel »

I think it have an issue with Setuid maybe....
Looking into it though I'm not great with Perl either ;)
ris2t
Posts: 43
Joined: Thu Jan 22, 2009 8:44 am

Re: zmcontrol.pl - Panasonic KX-HCM280 IP cam

Post by ris2t »

Post incase this never got resolved. In Ubuntu 11.10 I worked around this error by modifying zmcontrol.pl

Code: Select all

#!/usr/bin/perl -wT
replaced with

Code: Select all

#!/usr/bin/perl -w
Not sure if thats valid or not.
Locked