Search found 11 matches

by PencilGeek
Sat Jun 21, 2025 2:39 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1324

Re: NaN bug in console view

iconnor wrote: Fri Jun 20, 2025 11:35 am Latest build should get rid of Nan errors, hopefully allowing us to see the real problem.
That fixed the issue. When you want to "see the real problem" is there something else you want me to look at?
by PencilGeek
Fri Jun 20, 2025 12:09 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 775

Re: Isn't it about time?

Why not just release it? Because we know it has issues that we would like to resolve before release... For example, it's becoming increasingly difficult to integrate a modern IP camera into Zoneminder so that it runs synchronously. With the old 640x480 or, for that matter, 720p cameras, this wasn't ...
by PencilGeek
Wed Jun 18, 2025 3:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 775

Re: Isn't it about time?

Why not just release it? Because we know it has issues that we would like to resolve before release. Also, I am overworked and under paid. I'll get to it soon. ZM motion detection does still have it's uses, but yeah is eclipsed by real AI, and yeah, we SHOULD be pushing the analysis into the camera ...
by PencilGeek
Wed Jun 18, 2025 3:07 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 775

Re: Isn't it about time?

I think I came to the same conclusion that the smart/AI motion detection in the cameras is really good, and using ZM zones wasn't working as well. I'm a ZM newbie, so I'm not going to throw ZM under the bus and say it's their fault. I can't seem to get ONVIF to work for Amcrest 4k cameras. I'm in a ...
by PencilGeek
Mon Jun 16, 2025 10:31 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1324

Re: NaN bug in console view

Yeha it won't be NaN, the NaN will be because we returned 0 results or nothing at all, or something like that. Can you turn on debug logging Options->Logging->Debug It should put a lot of verbose logs into /var/log/zm/web_php.log which should include the results of the events list query. Which ...
by PencilGeek
Mon Jun 16, 2025 9:56 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1324

Re: NaN bug in console view

Is there anything in the logs before that? maybe in /var/log/apache2/error.log ? Nothing in apache2/error.log for the past few days. I grepped for the NaN, and the only logs I found were the ones posted above: zm/web_php.log. So then, I grepped for that timestamp, and the previous 5-seconds, and ...
by PencilGeek
Mon Jun 16, 2025 8:16 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1324

Re: NaN bug in console view

Thanks for the report... but I'm not able to reproduce it yet. I assume when you said to click on View All you meant "All Events" which takes us to the events view... which SHOULD be the same as click on the events count in the ALL column for that camera. Can you try that and see if it does the ...
by PencilGeek
Sat Jun 14, 2025 5:04 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1324

NaN bug in console view

Here's an easy repro of a NaN bug. Possibly a divide-by-zero, or using a floating point number from uninitialized memory location, who knows. This is my first time reporting a bug, so if this is the wrong location, please let me know. Version: ToT: 1.37.66. Steps: Console -> Click any camera view ...
by PencilGeek
Wed Jun 04, 2025 11:48 pm
Forum: Hardware Queries
Topic: Amcrest API - human detection?
Replies: 1
Views: 9743

Re: Amcrest API - human detection?

I haven't done it, but did play with the standard motion detection and it worked great. If I can't get ONVIF events to work with ZM, I'll go this approach instead. # wget -q -O - http://admin:Password@10.1.6.12/cgi-bin/alarm.cgi?action=getOutState result=1 # sleep 30 # wget -q -O - http://admin ...
by PencilGeek
Wed Jun 04, 2025 11:39 pm
Forum: Hardware Queries
Topic: ONVIF_EVENTS_PATH HikVision
Replies: 6
Views: 73613

Re: ONVIF_EVENTS_PATH HikVision

You mentioned ONVIF support for Amcrest. I'm trying to get that working right now. I have the Amcrest IP8M-DT3949EW-3AI-V2 cameras. The Amcrest manual for this product doesn't remotely match this product. Sign. I called Amcrest to get the ONVIF URL and event paths, they were unable to help. Here is ...
by PencilGeek
Wed May 28, 2025 2:56 pm
Forum: Docker
Topic: Connecting to external database (solution)
Replies: 0
Views: 2255

Connecting to external database (solution)

I have mysql:latest running in a docker container and presenting itself as a docker network node to other multiple docker containers. When trying to get ZoneMinder to work with an external database, I saw many people trying to figure out how to solve this problem. Many hackable proposals, but few ...