Search found 15 matches

by bspiegel
Mon Mar 07, 2022 3:46 pm
Forum: ZoneMinder 1.36.x
Topic: zmfilter SQL failed
Replies: 3
Views: 355

Re: zmfilter SQL failed

I think I've solved the problem. The script gets the status of the camera (using curl and REST API) before changing the setting. I believe the first curl command was hanging which might have kept the record locked. I added to the curl commands "-m 2" which sets a time-limit of 2 sec. My te...
by bspiegel
Thu Mar 03, 2022 5:30 pm
Forum: ZoneMinder 1.36.x
Topic: zmfilter SQL failed
Replies: 3
Views: 355

zmfilter SQL failed

Upon an event, I start a bash script that sends an email, voices a message via Amazon Echo and sets the IPCAM to None. I use REST API to make the IPCAM change. The syntax works fine when I run it independently or manually start the script under user www-data. It does not seem to work when ZM starts ...
by bspiegel
Sat Jan 01, 2022 5:27 pm
Forum: ZoneMinder 1.36.x
Topic: zmtrigger on Nodect without analysis-decoding
Replies: 0
Views: 12993

zmtrigger on Nodect without analysis-decoding

It seems zmtrigger works fine when analysis and decoding are enabled but fails to work if they are not. I use zmtrigger to start events and specify a specific trigger cause. However, I like running with analysis/enabled off to reduce CPU. I have found that zmu can trigger an event but there is not a...
by bspiegel
Fri Mar 12, 2021 3:35 pm
Forum: Feature Requests
Topic: Ability to replay existing events against new zone settings...
Replies: 3
Views: 20813

Re: Ability to replay existing events against new zone settings...

I second this request. I'd like to have the capability to replay an event through adjusted zones for fine-tuning. I suggest this be an option per camera. It would save off the raw images and allow a replay through the zone filters. The saved images get deleted with the event delete. On replay, any e...
by bspiegel
Sat Sep 12, 2020 6:56 pm
Forum: ZoneMinder 1.32.x
Topic: Console Not Updating
Replies: 1
Views: 1532

Console Not Updating

I am running 1.32.3 on Ubuntu 18.

When I delete events and return to the console page, it is not updating the counts. Even after waiting 5 minutes, no changes. Is there some option that needs to be set or some clues as to what might be the cause?
by bspiegel
Mon Jun 08, 2020 2:03 pm
Forum: ZoneMinder 1.32.x
Topic: Multi-server event counts wrong
Replies: 5
Views: 3101

Re: Multi-server event counts wrong

I am running zm 1.32.3 on a single xubuntu 18 server. All working well but the event totals don't seem to update. zmstats.pl is running. When I kill zmstats, it restarts. Status_Update_interval=60. Screen refresh is 20. Set to Hi-B/W. If I delete events, the counts do not reset, even after waiting 5...
by bspiegel
Wed Aug 19, 2015 11:01 pm
Forum: ZoneMinder 1.28.x
Topic: Filter does not run quickly after event
Replies: 10
Views: 4522

Re: Filter does not run quickly after event

I altered my script to run faster and the problem went away. Apparently, when zmfilter starts the script it waits for it to end before checking again. The script ran for about 5 minutes. After it finishes, zmfilter looks at events in descending order, calling the last event first. I moved my code in...
by bspiegel
Wed Aug 19, 2015 1:25 pm
Forum: ZoneMinder 1.28.x
Topic: Filter does not run quickly after event
Replies: 10
Views: 4522

Re: Filter does not run quickly after event

Downloaded the debug zmfilter.pl and collected the info. Posted the result as an issue on Github.

https://github.com/ZoneMinder/ZoneMinder/issues/1023
by bspiegel
Tue Aug 18, 2015 1:01 pm
Forum: ZoneMinder 1.28.x
Topic: Filter does not run quickly after event
Replies: 10
Views: 4522

Re: Filter does not run quickly after event

Thanks for the response. Here's the filter image.

http://i.imgur.com/le6wxnh.jpg
by bspiegel
Mon Aug 17, 2015 10:22 pm
Forum: ZoneMinder 1.28.x
Topic: Filter does not run quickly after event
Replies: 10
Views: 4522

Filter does not run quickly after event

I am using a background filter to run a script when an event is detected. When one event occurs, the script runs quickly after the event closes. When multiple, back-to-back events occur, only the first gets run and the next filter run happens almost 5 minutes later. I'd like the filter to run for al...
by bspiegel
Wed Aug 12, 2015 11:15 pm
Forum: ZoneMinder 1.28.x
Topic: ZM 1.28.0 with TONS of these in the log
Replies: 5
Views: 2501

Re: ZM 1.28.0 with TONS of these in the log

I was hoping for a quick cure from someone who recognized the symptoms. The suggestion to post details of my installation is appropriate, of course. Before doing so, I decided to first try an uninstall/reinstall. The problem disappeared after I reinstalled. It must have something to do with the upgr...
by bspiegel
Wed Aug 12, 2015 1:14 am
Forum: ZoneMinder 1.28.x
Topic: ZM 1.28.0 with TONS of these in the log
Replies: 5
Views: 2501

Re: ZM 1.28.0 with TONS of these in the log

I changed the logging to remove info messages and the volume stopped. It also means I don't get useful messages. I can live with this until it's fixed. Has anyone raised an issue/bug regarding this? I did not see one.
by bspiegel
Wed Aug 12, 2015 12:32 am
Forum: ZoneMinder 1.28.x
Topic: ZM 1.28.0 with TONS of these in the log
Replies: 5
Views: 2501

Re: ZM 1.28.0 with TONS of these in the log

I am experiencing the same issue. I am using preclusive zones as well. The problem first started after upgrading to 1.28.1 from 1.26. I'll play around with the settings and see if I can get this to stop. I am getting one log entry every second! Yikes.