Search found 3369 matches

by iconnor
Mon Jun 16, 2025 10:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 6
Views: 710

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 iconnor
Mon Jun 16, 2025 9:36 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 6
Views: 710

Re: NaN bug in console view

Is there anything in the logs before that? maybe in /var/log/apache2/error.log ?
by iconnor
Sun Jun 15, 2025 3:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 6
Views: 710

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 same ...
by iconnor
Sun Jun 15, 2025 2:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Broken encoding
Replies: 3
Views: 670

Re: Broken encoding

Please do the command that the log says to do:

sudo apt install zoneminder-dbg
addr2line -Cfip -e /usr/bin/zmc 0x9aa59 0x153f1e 0x11c545 0x1228c0

Your log shows failure to capture, which has nothing to do with encoding.
by iconnor
Fri Jun 13, 2025 1:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: zmu not working?
Replies: 2
Views: 360

Re: zmu not working?

The meaning of the various commands has changed... In 1.36 we have -E, --enable : Enable detection, wake monitor up -D, --disable : Disable detection, put monitor to sleep -u, --suspend : Suspend detection, useful to prevent bogus alarms when panning etc -r, --resume : Resume detection after a ...
by iconnor
Thu Jun 12, 2025 10:46 am
Forum: Hardware Queries
Topic: server hardware recs? ~15cam ~8k
Replies: 2
Views: 894

Re: server hardware recs? ~15cam ~8k

We do service consulatations. I would expect you to have a lot of issues no matter what hardware you throw at it. At the end of the day, an 8k image is huge. You are going to need a ton of ram. My 4k cam used to take over 200% cpu ... now I'm using a VPU so it's more like 30%. You are going to need ...
by iconnor
Wed Jun 04, 2025 12:53 pm
Forum: ZoneMinder 1.36.x
Topic: RTSP authentication
Replies: 7
Views: 702

Re: RTSP authentication

You can turn on debug logging and it will be very verbose. I can see that this is a Hikvision/clone.. they have a feature that locks you out after a few bad login attempts.
You can check the logs in the camera itself, it might give a clue.
by iconnor
Mon Jun 02, 2025 1:10 pm
Forum: ZoneMinder 1.36.x
Topic: RTSP authentication
Replies: 7
Views: 702

Re: RTSP authentication

ZM does pass them. The logs are automatically sanitised.

Are there weird characters in the password?
by iconnor
Sun Jun 01, 2025 3:05 am
Forum: ZoneMinder Distributions
Topic: V1.30.4 Remastered
Replies: 57
Views: 501747

Re: V1.30.4 Remastered

zmdc.pl can be running and responding OK while nothing else is running. It is true. Wierd but true. zmpkg.pl tells zmdc.pl to start all relevant processes but something else could tell zmdc.pl to stop everything. THe UI would still think ZM is running even though nothing useful is. It is a pretty ...
by iconnor
Sat May 31, 2025 2:15 pm
Forum: ZoneMinder 1.36.x
Topic: zmNinja authentication loop
Replies: 6
Views: 1845

Re: zmNinja authentication loop

You are right of course . Why have you felt the need to increase it from 2? I assume to stay logged in longer...
by iconnor
Fri May 30, 2025 1:01 pm
Forum: ZoneMinder 1.36.x
Topic: zmNinja authentication loop
Replies: 6
Views: 1845

Re: zmNinja authentication loop

AUTH_HASH_TTL is in seconds....
by iconnor
Wed May 28, 2025 12:45 pm
Forum: ZoneMinder 1.36.x
Topic: Database Backups not working after upgrading Server to Ubuntu 22.04.5 LTS
Replies: 2
Views: 726

Re: Database Backups not working after upgrading Server to Ubuntu 22.04.5 LTS

Are there strange characters in your password? Maybe need to put it in quotes Or backslash escape them. Try a simple password first.
Also, as this is ubuntu, if the script is being run as root, you can use --defaults-file=/etc/mysql/debian.cnf instead of a user/pass combo.
by iconnor
Sat May 24, 2025 4:04 pm
Forum: ZoneMinder 1.36.x
Topic: Event Filter only %EI% ?
Replies: 1
Views: 1321

Re: Event Filter only %EI% ?

Yeah the path thing is a 1.36 thing... in 1.37 it won't do that. You could alter your zmfilter.pl to behave like 1.37 line 1062: my $command = $filter->{AutoExecuteCmd}.' '.$event_path; $command = substituteTags($command, $filter, $Event); Make it look like: my $command = $filter->{AutoExecuteCmd ...
by iconnor
Sat May 24, 2025 4:03 pm
Forum: Mobile Apps and Event Server
Topic: Object detection for older events?
Replies: 4
Views: 3341

Re: Object detection for older events?

Yeah the path thing is a 1.36 thing... in 1.37 it won't do that. You could alter your zmfilter.pl to behave like 1.37 line 1062: my $command = $filter->{AutoExecuteCmd}.' '.$event_path; $command = substituteTags($command, $filter, $Event); Make it look like: my $command = $filter->{AutoExecuteCmd ...
by iconnor
Sat May 24, 2025 3:59 pm
Forum: Mobile Apps and Event Server
Topic: Object detection for older events?
Replies: 4
Views: 3341

Re: Object detection for older events?

/var/lib/zmeventnotification/bin/zm_event_start.sh 19329459 [ WARN:0@3.411] global net_impl.cpp:178 setUpNet DNN module was not built with CUDA backend; switching to CPU [s] detected:bowl:91% bird:71% --SPLIT--{"labels": ["bowl", "bird"], "boxes": [[322, 28, 374, 78], [224, 92, 350, 226]], "frame_id ...