Search found 1173 matches

by rockedge
Fri Mar 06, 2020 2:45 am
Forum: ZoneMinder 1.34.x
Topic: Is there a way to mass-adjust camera/monitor settings?
Replies: 5
Views: 5070

Re: Is there a way to mass-adjust camera/monitor settings?

there might be a way with a script that accesses the monitor/camera settings through the API

https://zoneminder.readthedocs.io/en/1.34.5/api.html
by rockedge
Thu Mar 05, 2020 12:50 am
Forum: ZoneMinder 1.34.x
Topic: zmc does not run from web
Replies: 4
Views: 4158

Re: zmc does not run from web

hello v.mazurenko, I have also seen this error recently as well. for a camera using "Remote" I have to use zmc -m 2 from a terminal and then it works. Puppy Linux Tahr 6.0.5 ZM 1.35 zoneminder-master I upgraded from 1.30.4 which had worked perfectly. I am testing with the set up so somethi...
by rockedge
Wed Mar 04, 2020 11:56 pm
Forum: Hardware Queries
Topic: Wansview PTZ?
Replies: 1
Views: 2037

Re: Wansview PTZ?

I might have a generic PTZ script you can work with. These are present in /usr/share/perl5/ZoneMinder/Control . /usr/share/perl5/ZoneMinder/Control/Wanscam.pm /usr/share/perl5/ZoneMinder/Control/WanscamHW0025.pm perhaps these can be the templates to a script that will work with Wansview example: /us...
by rockedge
Wed Mar 04, 2020 11:53 pm
Forum: ZoneMinder 1.34.x
Topic: HTTP AUTH no longer working following upgrade
Replies: 10
Views: 8070

Re: HTTP AUTH no longer working following upgrade

I understand why you would like it to remain with basic auth.

you are on version 1.34+ correct? have you also enabled Options->System->OPT_USE_LEGACY_API_AUTH ?

I don't think that is it though.
by rockedge
Wed Mar 04, 2020 11:43 pm
Forum: ZoneMinder 1.32.x
Topic: Zoneminder on Freenas
Replies: 3
Views: 6245

Re: Zoneminder on Freenas

Sorry tassiepomme, I did not see the post until now! I'm glad you solved it. I set the time in the php.ini to match the system clock and then in ZM I leave it UNSET Otherwise if the clocks and time zones are not matched correctly with the system the event file names get an incorrect timestamp and yo...
by rockedge
Wed Mar 04, 2020 11:35 pm
Forum: ZoneMinder 1.34.x
Topic: HTTP AUTH no longer working following upgrade
Replies: 10
Views: 8070

Re: HTTP AUTH no longer working following upgrade

have you worked with AUTH_TYPE set to builtin? set AUTH_RELAY to hashed and supply a string for AUTH_HASH_SECRET remove the block AuthType Basic AuthName "ZoneMinder - Unauthorised Access Prohibited" AuthUserFile /home/mathew/NewtonNet/zmhtpasswds Require valid-user test and see if that wo...
by rockedge
Wed Feb 26, 2020 8:26 pm
Forum: ZoneMinder 1.34.x
Topic: How to trigger an alarm with Smartthings?
Replies: 6
Views: 4636

Re: How to trigger an alarm with Smartthings?

I am not at all familiar with the device but I will check out some specs to see what can be done.
by rockedge
Tue Feb 25, 2020 2:02 am
Forum: ZoneMinder 1.34.x
Topic: How to trigger an alarm with Smartthings?
Replies: 6
Views: 4636

Re: How to trigger an alarm with Smartthings?

look into using zmtrigger,pl to start and stop events from external scripts. I use it to interface between an X10 usb transceiver(CM19a) and ZM to start events on specific cameras by remote wireless X10 motion detectors communicating with the CM19a
by rockedge
Wed Feb 12, 2020 1:36 pm
Forum: ZoneMinder 1.34.x
Topic: [SOLVED] getStreamCmdResponse stream error: Socket /var/run/zm/zms-xxxxxxs.sock does not exist.
Replies: 4
Views: 5185

Re: getStreamCmdResponse stream error: Socket /var/run/zm/zms-xxxxxxs.sock does not exist.

You are not alone. I see these errors when something does not have the correct permissions for example. But also it could indicate something is missing or the /cgi-bin is not reachable. Check the config files in /etc/zm.
This error does indicate that you are close to a successful startup of ZM
by rockedge
Wed Feb 12, 2020 1:31 pm
Forum: Hardware Queries
Topic: Re: Ip camera setup
Replies: 3
Views: 4792

Re: Ip camera setup

Deleted
by rockedge
Mon Jan 20, 2020 11:45 pm
Forum: ZoneMinder 1.34.x
Topic: problem after upgrade accessing cgi-bin URL
Replies: 15
Views: 57795

Re: API problem after upgrade

there has been changes to methods of passing authority. Take a look in Options/Systems that the legacy authority system is enable
by rockedge
Mon Dec 16, 2019 2:01 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: zoneminder notwork with mysql8
Replies: 21
Views: 77214

Re: zoneminder notwork with mysql8

@bbunge I did not know about ZM not running in 19.10...but I do have it running in Void Linux which is using the very latest mariaDB. The main issue I think is the mysql query functions have some syntax depreciated for example replace every mysql_* function call with its equivalent mysqli_* on this ...
by rockedge
Mon Dec 16, 2019 1:53 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: DS-2DE3304W-DE PTZ
Replies: 11
Views: 36904

Re: DS-2DE3304W-DE PTZ

Thanks! I am reviewing some of the different control scripts so this info helps!
by rockedge
Fri Dec 13, 2019 7:33 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Montage View resetting on v1.33.15.
Replies: 2
Views: 2287

Re: Montage View resetting on v1.33.15.

Hello,
I use the montage review view which sizes all the monitors to fit the window. The montage and montage review are presently being reviewed for rework and improving the code at this time.