Search found 3365 matches
- Fri Jun 13, 2025 1:37 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: zmu not working?
- Replies: 2
- Views: 142
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 ...
- Thu Jun 12, 2025 10:46 am
- Forum: Hardware Queries
- Topic: server hardware recs? ~15cam ~8k
- Replies: 2
- Views: 228
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 ...
- Wed Jun 04, 2025 12:53 pm
- Forum: ZoneMinder 1.36.x
- Topic: RTSP authentication
- Replies: 7
- Views: 587
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.
You can check the logs in the camera itself, it might give a clue.
- Mon Jun 02, 2025 1:10 pm
- Forum: ZoneMinder 1.36.x
- Topic: RTSP authentication
- Replies: 7
- Views: 587
Re: RTSP authentication
ZM does pass them. The logs are automatically sanitised.
Are there weird characters in the password?
Are there weird characters in the password?
- Sun Jun 01, 2025 3:05 am
- Forum: ZoneMinder Distributions
- Topic: V1.30.4 Remastered
- Replies: 57
- Views: 498441
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 ...
- Sat May 31, 2025 2:15 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmNinja authentication loop
- Replies: 6
- Views: 1768
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...
- Fri May 30, 2025 1:01 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmNinja authentication loop
- Replies: 6
- Views: 1768
Re: zmNinja authentication loop
AUTH_HASH_TTL is in seconds....
- 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: 670
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.
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.
- Sat May 24, 2025 4:04 pm
- Forum: ZoneMinder 1.36.x
- Topic: Event Filter only %EI% ?
- Replies: 1
- Views: 1253
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 ...
- Sat May 24, 2025 4:03 pm
- Forum: Mobile Apps and Event Server
- Topic: Object detection for older events?
- Replies: 4
- Views: 3216
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 ...
- Sat May 24, 2025 3:59 pm
- Forum: Mobile Apps and Event Server
- Topic: Object detection for older events?
- Replies: 4
- Views: 3216
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 ...
- Sat May 24, 2025 3:45 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmNinja authentication loop
- Replies: 6
- Views: 1768
Re: zmNinja authentication loop
zmninja-pro is never going to get another update. Please install the zmNinja app.
- Sat May 24, 2025 3:40 pm
- Forum: Feature Requests
- Topic: TIMEZONE Atlantic/Canary
- Replies: 2
- Views: 3654
Re: TIMEZONE Atlantic/Canary
The timezone list is generated from what php supports. It is not hard coded by us. Also any value entered needs to be supported by php as we use this setting to tell php what to do. SO you need to look into updating php.
- Fri May 23, 2025 3:01 pm
- Forum: Mobile Apps and Event Server
- Topic: Object detection for older events?
- Replies: 4
- Views: 3216
Re: Object detection for older events?
You can run detect.py --eventid 1234 from a filter....
- Thu May 22, 2025 1:15 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: [solved] Failed upgrade of Ubuntu 22.04 to 24.04 with zoneminder.
- Replies: 3
- Views: 3946
Re: Failed upgrade of Ubuntu 22.04 to 24.04 with zoneminder.
Please note that it shouldn't do a purge, so the db contents and any config rules should remain in place and all you need to do is re-enable the ppa and re-install mysql and zoneminder. That being said, make sure you have a db backup. That is the crucial data and if you have that you can restore. I ...