Search found 3 matches

by logicos94
Sat Jul 13, 2019 10:53 am
Forum: ZoneMinder 1.32.x
Topic: API not working after install on fresh Buster system
Replies: 19
Views: 55308

Re: API not working after install on fresh Buster system

Hi, Some issues too in https/http support: I noticed this: var monitorUrl = 'https://zm.eez.fr:80/zm/index.php'; My server is behind a "nginx/proxy" with "https" protocol. But local http Apache server listen on port "80" with "http" protocol. "SetEnv HTTP...
by logicos94
Mon May 10, 2010 6:15 pm
Forum: User Contributions
Topic: AirLink101 SkyIPCam 747 PTZ module for ZM
Replies: 55
Views: 68103

Re: patch for SkyIPCam7xx.pm

Hi logicos94, The PTZ reset function seems to work fine as-is in 1.24.2 with the 9/15/2008 version of the control module here . It looks like you may have grabbed an old version from somewhere. Oh sorry ! It's my fault ! I have added a space character at the end of the protocol name. So, the module...
by logicos94
Sun May 09, 2010 10:45 pm
Forum: User Contributions
Topic: AirLink101 SkyIPCam 747 PTZ module for ZM
Replies: 55
Views: 68103

patch for SkyIPCam7xx.pm

Can I suggest a little patch for "SkyIPCam7xx.pm" with ZoneMinder 1.24.2 ? --- SkyIPCam7xx.pm 2008-09-16 00:40:04.000000000 +0200 +++ /usr/local/share/perl/5.10.0/ZoneMinder/Control/SkyIPCam7xx.pm 2010-05-09 23:49:32.000000000 +0200 @@ -126,6 +126,12 @@ sub reset { + my $self = shift; + $s...