Page 1 of 1

zmcontrol.pl - Panasonic KX-HCM280 IP cam

Posted: Fri Jun 03, 2011 4:47 pm
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.

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

Posted: Sat Jun 04, 2011 2:13 am
by cordel
I think it have an issue with Setuid maybe....
Looking into it though I'm not great with Perl either ;)

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

Posted: Thu Mar 01, 2012 10:05 am
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.