Search found 8 matches
- Thu Jul 14, 2022 1:40 am
- Forum: ZoneMinder 1.36.x
- Topic: 1.36.20 throwing an error.
- Replies: 7
- Views: 19181
Re: 1.36.20 throwing an error.
Make sure you have the intl dll set to load in php.ini (apache2 in my case).
- Sun Oct 29, 2017 6:55 pm
- Forum: ZoneMinder 1.31.x
- Topic: limit the numer of emails
- Replies: 6
- Views: 4110
Re: limit the numer of emails
+1 on sharing the perl script. Would love to implement this myself.
- Tue Sep 26, 2017 12:39 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
Did you fill out the "Control Address" box in the "Control" configuration panel? The URL is incomplete as it does not have the auth and host. It should look like "user:password@host/cgi-bin/ptx.cgi.....".
- Fri Jun 23, 2017 6:41 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
By the way - looks like R18 is out. Changelog only mentions general bug fixes. Anyone want to be the guinea pig to see if auth was fixed?
- Fri Jun 23, 2017 6:39 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
Can you provide the Link to the Firmware? I know that they are telling me that It is not supported but Support has been less than helpful even specifically telling me that downgrading it not supported, but they are also basically ignoring the issue. Thanks! https://s3.amazonaws.com/amcrest-files ...
- Wed May 03, 2017 11:57 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
I copy and pasted the cmd line from the preset method which also had that extra "&". It works both ways but code edited regardless.
- Tue May 02, 2017 11:25 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
Home function confirmed working for IP2M-841 R16 firmware: #Move Camera to Home Position sub presetHome { my $self = shift; # Debug( "Home Preset" ); $self->sendCmd( 'cgi-bin/ptz.cgi?action=start&channel=0&code=PositionABS&arg1=180&arg2=0&arg3=1&arg4=1' ); } (Updated 20170503 - removed extra "&" in ...
- Mon May 01, 2017 9:41 pm
- Forum: User Contributions
- Topic: Amcrest PTZ functionality
- Replies: 45
- Views: 65210
Re: Amcrest PTZ functionality
Same issue with digest auth on an IP2M-841W with R17 firmware. I reverted to previous firmware version of R16 and problem solved. Found prior version via AWS S3 API calls listing their firmware directory. I can post a link if anyone needs it and doesn't know how to list S3.