PTZ help for External Commands moving a local Cam
Posted: Mon Mar 08, 2010 9:15 pm
Hi there,
i have 4 external Commands running on the shell for moving my cam:
uvcdynctrl -d video1 -s "Pan (relative)" -- -900
for moving left and
uvcdynctrl -d video1 -s "Pan (relative)" -- 900
for moving right
of course -900 and 900 are the Pan Steps
and
uvcdynctrl -d video1 -s "Tilt (relative)" -- -900
for tilting up and
uvcdynctrl -d video1 -s "Tilt (relative)" -- 900
for tilting down, again with -900 and 900 for the Tilt-Steps
Can somebody help me with a .pm Module i put into /usr/share/perl5/ZoneMinder/control to use with the control-setup in my Monitor?
Somehow/where there are snippets of that, but they don't work.
Thanks a lot
Michael
i have 4 external Commands running on the shell for moving my cam:
uvcdynctrl -d video1 -s "Pan (relative)" -- -900
for moving left and
uvcdynctrl -d video1 -s "Pan (relative)" -- 900
for moving right
of course -900 and 900 are the Pan Steps
and
uvcdynctrl -d video1 -s "Tilt (relative)" -- -900
for tilting up and
uvcdynctrl -d video1 -s "Tilt (relative)" -- 900
for tilting down, again with -900 and 900 for the Tilt-Steps
Can somebody help me with a .pm Module i put into /usr/share/perl5/ZoneMinder/control to use with the control-setup in my Monitor?
Somehow/where there are snippets of that, but they don't work.
Thanks a lot
Michael