Search found 38 matches
- Tue Jun 14, 2016 12:51 pm
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
(Solved) Zoom function on PelcoP.pm
Hi just a update Fixed the zoom function on the PelcoP.pm script. sub zoomConTele { my $self = shift; my $params = shift; my $speed = $self->getParam( $params, 'speed', 0x01 ); my $autostop = $self->getParam( $params, 'autostop', 0 ); my @msg = ( STX, $self->{Monitor}->{ControlAddress}, 0x00, 0x20 ...
- Sat Apr 16, 2016 2:52 pm
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
- Sat Apr 09, 2016 9:12 pm
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
Re: Zoom function on PelcoP.pm
I tried what you suggested, I'm errors when zoom tele so changes now taking effort. can anyone explain the coding below, because what im guessing the camera doesn't like the set zoom speed but when remove it i get errors. if i manually enter the command all seem well so i know the command a0 00 00 ...
- Sat Apr 09, 2016 10:12 am
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
Re: Zoom function on PelcoP.pm
I notice any changes i make o the pm file zoneminder won't pick up, even if i restart zoneminder too
- Wed Apr 06, 2016 11:00 am
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
Re: Zoom function on PelcoP.pm
Bump some one must know or have the same PelcoP.pm setup
- Sun Apr 03, 2016 6:25 pm
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
- Fri Apr 01, 2016 11:49 pm
- Forum: ZoneMinder 1.29.x
- Topic: Zoom function on PelcoP.pm
- Replies: 7
- Views: 3414
Zoom function on PelcoP.pm
Hi I'm using Zoneminder 1.29.0 on Ubuntu 15.10 64 bit. I have a American Dynamics PTZ camera hooked up using RS-422 PelcoP. I have all fuctions working besides zoom tele. Heres how my PelcoP.pm file looks like ...
- Fri Apr 01, 2016 6:12 pm
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED)ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
- Replies: 5
- Views: 46734
Re: ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Thanks bbunge you done it, it the ; in front of the date.time zone once I removed this and reloaded the apache the site was access and just how I left it. Hm even after I reinstalled ZM. Thank you Next I guess will be to sort the MySQL root password. Is there away in resetting without reinstalling ...
- Fri Apr 01, 2016 10:08 am
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED)ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
- Replies: 5
- Views: 46734
Re: ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Ubuntu Server 15.04 or 15.10 64-bit with Zoneminder 1.29.0 the easy way I tried the setting above I get error with mysql when entering password mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO ...
- Thu Mar 31, 2016 9:17 pm
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED)ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
- Replies: 5
- Views: 46734
(SOLVED)ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Hi guys Has any one come across this problem where your zoneminder webpage only displays this:ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone Even when I've changed these two files etc/php5/apache2/php.ini and cli/php.ini I have reinstalled acpache2, php5 ...
- Tue Feb 23, 2016 2:07 pm
- Forum: ZoneMinder 1.28.x
- Topic: How can I setup serial RS 422 PTZ in ZM
- Replies: 35
- Views: 24443
Re: How can I setup serial RS 422 PTZ in ZM
hi I'm back on this zoom issue for the pelcop I notice on the zmcontrol.pl file that with the file it doesnt mention any zoom command. #!/usr/bin/perl -wT # # ========================================================================== # # ZoneMinder Control Script, $Date$, $Revision$ # Copyright (C ...
- Tue Feb 09, 2016 9:34 pm
- Forum: ZoneMinder 1.28.x
- Topic: How can I setup serial RS 422 PTZ in ZM
- Replies: 35
- Views: 24443
Re: How can I setup serial RS 422 PTZ in ZM
I've look at the Pelcop script over and over again but can not font a solution to this problem of tele zoom not working and zoom wide working. The coding is same as Pelcod. Is there anyone else using Pelcop script with zoom tell working?
- Tue Jan 26, 2016 2:18 pm
- Forum: ZoneMinder 1.28.x
- Topic: How can I setup serial RS 422 PTZ in ZM
- Replies: 35
- Views: 24443
Re: How can I setup serial RS 422 PTZ in ZM
Hello Reporting back Pan Tilt controls are working fine. I notice there are no function over Zoom and focus. Same as before i can control by manually entering the commands. but no by ZM controls however Zoom wide does work. what's the difference between SetZoomspeed and zoomcontele reason I'm asking ...
- Sun Jan 24, 2016 10:32 am
- Forum: ZoneMinder 1.28.x
- Topic: How can I setup serial RS 422 PTZ in ZM
- Replies: 35
- Views: 24443
Re: How can I setup serial RS 422 PTZ in ZM
thank you thank you thank you
Spot on!
The American dynamics camera moves including the STX byte into the calculation created the right checksum needed to move the PTZ camera.
I will share the script on this forum as a separate topic and title.
Once again thank you
Spot on!
The American dynamics camera moves including the STX byte into the calculation created the right checksum needed to move the PTZ camera.
I will share the script on this forum as a separate topic and title.
Once again thank you
- Mon Jan 18, 2016 1:35 pm
- Forum: ZoneMinder 1.28.x
- Topic: How can I setup serial RS 422 PTZ in ZM
- Replies: 35
- Views: 24443
Re: How can I setup serial RS 422 PTZ in ZM
greeting again. I found what's happening with the checksum and how its being calculated. for example Move Right A0,00,00,02,08,00,AF, = checksum 05 if I manually type this it will work it moves to the right slowly however the reality with PelcoP.pm in Zoneminder it calculates the checksum ...