Search found 11 matches
- Fri Dec 13, 2024 2:44 pm
- Forum: ZoneMinder 1.36.x
- Topic: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
- Replies: 5
- Views: 2239
Re: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
Ah, now I understand. Thank you, Andy.
- Fri Dec 13, 2024 2:15 am
- Forum: ZoneMinder 1.36.x
- Topic: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
- Replies: 5
- Views: 2239
Re: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
Please explain how & where you set the keyframe and "1 thread per motion detection". On the camera or in ZM or both?Also, I set the keyframe to 1 per second.
Not a hard rule, but 1 thread per motion detection works best in my experience.
Thank you
- Mon Oct 21, 2024 2:16 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMES hooks install error
- Replies: 3
- Views: 6406
SOLVED: ZMES hooks install error
That was it!!!!!
I modified install.sh as suggested, re-ran the script, double checked configuration files and ran a test. All good: no errors. Started the eventserver.
Thank you so much!!
I modified install.sh as suggested, re-ran the script, double checked configuration files and ran a test. All good: no errors. Started the eventserver.
Thank you so much!!
- Sun Oct 20, 2024 7:50 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMES hooks install error
- Replies: 3
- Views: 6406
Re: ZMES hooks install error
UPDATE: Still trying to get Hooks installed but without success. install.sh has section : echo "Removing old version of zmes_hook_helpers, if any" ${PY_SUDO} ${PIP} uninstall -y zmes-hooks >/dev/null 2>&1 ${PY_SUDO} ${PIP} uninstall -y zmes_hook_helpers >/dev/null 2>&1 ZM_DETECT_VERSION=`./hook/zm ...
- Mon Oct 14, 2024 9:13 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMES hooks install error
- Replies: 3
- Views: 6406
ZMES hooks install error
ZM 1.36, ZMES 6.1.28 on Ubuntu 24.04. When installing ZMES with hooks, the follow is reported: (Note: no issues/errors running ZM or ZMES without hooks.) Traceback (most recent call last): File "/home/dick/zmeventnotification/./hook/zm_detect.py", line 27, in <module> import zmes_hook_helpers.utils ...
- Sat Oct 12, 2024 2:33 pm
- Forum: ZoneMinder 1.36.x
- Topic: imutils error
- Replies: 1
- Views: 2023
Re: imutils error
Update:
Probably not the best solution but managed to get everything working with:
sudo -H pip3 install pyzm --break-system-packages
Probably not the best solution but managed to get everything working with:
sudo -H pip3 install pyzm --break-system-packages
- Sat Oct 12, 2024 1:41 am
- Forum: ZoneMinder 1.36.x
- Topic: imutils error
- Replies: 1
- Views: 2023
imutils error
Running ZoneMinder 1.36 on Ubuntu 24.04. No problems with install and console shows no errors and events recorded as expected. Followed docs to install eventnotification and during ./install.sh received error that python3 could not install imutils. Followed alternative and installed imutlis with ...
- Fri Oct 04, 2024 8:24 pm
- Forum: ZoneMinder 1.36.x
- Topic: Mariadb ERROR 1698 (28000) on Debian 12 install
- Replies: 3
- Views: 2125
Re: Mariadb ERROR 1698 (28000) on Debian 12 install
My fix was to run: a2enconf zoneminder, then systemctl reload apache2, which failed with "Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration". entered: a2enmod rewrite && sudo service apache2 restart, then systemctl restart apache2 ...
- Fri Oct 04, 2024 12:39 pm
- Forum: ZoneMinder 1.36.x
- Topic: Mariadb ERROR 1698 (28000) on Debian 12 install
- Replies: 3
- Views: 2125
Re: Mariadb ERROR 1698 (28000) on Debian 12 install
Were you able to resolve this issue? I have same problem.
- Thu Mar 16, 2023 9:30 pm
- Forum: ZoneMinder 1.34.x
- Topic: Cannot write to event folder
- Replies: 3
- Views: 6225
Re: Cannot write to event folder
Thanks for pointing out the criticality of the "/". I corrected the path to "/var/cache/zoneminder/events/", which corrected the error.
- Thu Mar 16, 2023 3:24 pm
- Forum: ZoneMinder 1.34.x
- Topic: Cannot write to event folder
- Replies: 3
- Views: 6225
Cannot write to event folder
I have a new install on Debian 11 and followed the installation guide with dedicated disk mounted using systemd. The disk mount and binds have been verified. I am getting the error: "Cannot write to event folder sdb1/zoneminder/events. Check that it exists and is owned by the web account user ...