Search found 11 matches
- Sat Dec 02, 2023 1:03 pm
- Forum: ZoneMinder 1.36.x
- Topic: How do I stop Object Detection on some monitors but not others
- Replies: 1
- Views: 10261
Re: How do I stop Object Detection on some monitors but not others
After a bit of digging I found the answer, simple really, there's an entry in zmeventnotification.ini where you can tell the eventserver which monitors to skip. # list of monitors which ES will ignore # Note that there is an attribute later that does # not process hooks for specific monitors. This ...
- Sat Nov 25, 2023 12:01 pm
- Forum: ZoneMinder 1.36.x
- Topic: How do I stop Object Detection on some monitors but not others
- Replies: 1
- Views: 10261
How do I stop Object Detection on some monitors but not others
Hi, I have Object detection and face recognition working fine, but would like to turn it off on some of my cameras but not others, still want motion detection though. I have separate [Monitor-xx] sections in the objectconfig file so face recognition only happens on the frontdoor cam. I have tried ...
- Wed Sep 06, 2023 7:29 am
- Forum: ZoneMinder 1.36.x
- Topic: Stopping alarms when PTZ camera is moving
- Replies: 4
- Views: 1637
Re: Stopping alarms when PTZ camera is moving
SOLVED
Answering my own question here. By putting a sleep 10 command before re-enabling the camera stops the alarms happening. Gives time for the movement to complete and settle (focus etc) before monitoring resumes.
Cheers
Answering my own question here. By putting a sleep 10 command before re-enabling the camera stops the alarms happening. Gives time for the movement to complete and settle (focus etc) before monitoring resumes.
Cheers
- Tue Sep 05, 2023 10:17 am
- Forum: ZoneMinder 1.36.x
- Topic: Stopping alarms when PTZ camera is moving
- Replies: 4
- Views: 1637
Re: Stopping alarms when PTZ camera is moving
Hi BiloxiGeek,
Do you have a link to that script, I can't find it anywhere on my setup?
Thanks
Do you have a link to that script, I can't find it anywhere on my setup?
Thanks
- Mon Sep 04, 2023 12:53 pm
- Forum: ZoneMinder 1.36.x
- Topic: Stopping alarms when PTZ camera is moving
- Replies: 4
- Views: 1637
Stopping alarms when PTZ camera is moving
Hi All, I've managed to get an unbadged PTZ camera working great in zoneminder and run a script, via cron, that pans the camera every half hour at night to a new location. If I run the commands from the CLI everything works as I'd hope, but when run via the script I still get alarms. The first ...
- Tue Aug 29, 2023 12:29 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM face recognition
- Replies: 5
- Views: 3273
Re: ZM face recognition
Just another thought:
If you only want to record the known_faces events, have you looked at setting up a filter? Could be cumbersome for lots of people but ok for a few?
If you only want to record the known_faces events, have you looked at setting up a filter? Could be cumbersome for lots of people but ok for a few?
- Tue Aug 29, 2023 12:20 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM face recognition
- Replies: 5
- Views: 3273
Re: ZM face recognition
Hi, I do this via the /var/lib/zmeventnotification/bin/zm_event_end.sh script, the named person is passed to this via variable 4 ($4) (along with other text) so I run that through something like this: some stuff SUB="My name" if [[ "$4" == *"$SUB"* ]] && [[ "$2" == "2" ]]; then caption="Person ...
- Tue Oct 04, 2022 2:13 pm
- Forum: ZoneMinder 1.36.x
- Topic: Zoneminder failing to install on Linux Mint 20.3
- Replies: 4
- Views: 1116
Re: Zoneminder failing to install on Linux Mint 20.3
I'd suggest running the zmupdate.pl by hand. Start with a -f to freshen up the config. Could be worth trying the command with a more privileged DB user (-u -p). Thank you, This got me on the correct route. I took the opportunity to replace a failing drive and did a fresh install, similar issues. So ...
- Mon Oct 03, 2022 11:34 am
- Forum: ZoneMinder 1.36.x
- Topic: Zoneminder failing to install on Linux Mint 20.3
- Replies: 4
- Views: 1116
Re: Zoneminder failing to install on Linux Mint 20.3
Thanks for the suggestion, I've tried dropping the zm database and trying the install again same error. I've re-installed mysql, again no change in the zm installation error. I can login to mysql as zmuser using the default password and I can display 34 tables. So the zm install is getting that far ...
- Sun Oct 02, 2022 12:56 pm
- Forum: ZoneMinder 1.36.x
- Topic: Zoneminder failing to install on Linux Mint 20.3
- Replies: 4
- Views: 1116
Zoneminder failing to install on Linux Mint 20.3
Hi, I was having issues with zoneminder so I removed and purged it (using apt) , also deleted events folder. When I tried to install it, via apt, I get the following error: Setting up zoneminder (1.36.26-focal1) ... detected systemd Detected db service is mysql.service Checking for db Db exists ...
- Wed Jan 08, 2020 1:19 pm
- Forum: ZoneMinder 1.33.x Development Branch
- Topic: only 1 camera work at time on raspbian buster
- Replies: 12
- Views: 51070
Re: only 1 camera work at time on raspbian buster
Hi,
I had the same issue, to solve it I upped the GPU memory to 512MB, via raspi-config and everything started working. Now have 3 cameras working without any issues.
I had the same issue, to solve it I upped the GPU memory to 512MB, via raspi-config and everything started working. Now have 3 cameras working without any issues.