Search found 279 matches
- Tue Nov 12, 2024 8:03 pm
- Forum: ZoneMinder 1.36.x
- Topic: draw border around detected motion
- Replies: 6
- Views: 228
Re: draw border around detected motion
Just in the frames as far as I know.
- Tue Nov 12, 2024 3:28 pm
- Forum: ZoneMinder 1.36.x
- Topic: draw border around detected motion
- Replies: 6
- Views: 228
Re: draw border around detected motion
In the monitor config under Storage change Save JPEGs to Frames + Analysis images (if available) When you view the frames it will have lines.
Note that will use more CPU and disk space.
Note that will use more CPU and disk space.
- Sat Nov 09, 2024 9:10 pm
- Forum: ZoneMinder 1.36.x
- Topic: RAID stripe size
- Replies: 2
- Views: 212
Re: RAID stripe size
I suspected there was not a "good" size, but asking is better than guessing.
- Sat Nov 09, 2024 3:26 am
- Forum: ZoneMinder 1.36.x
- Topic: RAID stripe size
- Replies: 2
- Views: 212
RAID stripe size
I am about to rebuild my RAID group. Is there a stripe size that would be better?
Does ZM write events in any particular chunks?
For instance, MS SQL reads and writes in 64k blocks, so aligning the file system and stripe size to 64k makes a difference.
Does ZM write events in any particular chunks?
For instance, MS SQL reads and writes in 64k blocks, so aligning the file system and stripe size to 64k makes a difference.
- Wed Nov 06, 2024 2:16 pm
- Forum: ZoneMinder 1.36.x
- Topic: syslog flooded by 1.36.35
- Replies: 6
- Views: 422
- Fri Nov 01, 2024 12:43 pm
- Forum: ZoneMinder 1.36.x
- Topic: Ubuntu 24.04.1 LTS and ZM?
- Replies: 7
- Views: 743
Re: Ubuntu 24.04.1 LTS and ZM?
I am running 22.04 and I am in no hurry to upgrade. There are no features in 24 that I need. I may not upgrade the OS until version 28. I have been doing this too long to rush into upgrades. As long as I am getting security patches I am good. What is your driving reason to upgrade? I am curious if I ...
- Thu Oct 31, 2024 11:34 pm
- Forum: ZoneMinder 1.36.x
- Topic: newbie question on SourceSecondPath
- Replies: 4
- Views: 473
Re: newbie question on SourceSecondPath
You should also consider a reduced frame rate. Security video is frequently 10FPS and lower. TV shows are 24FPS. An 8MP camera @ 8FPS doing modect takes ~50% of one of my Xeon threads. That may help you. Another thing that will help later, increase your key frame rate. My key frames are once a ...
- Mon Oct 28, 2024 4:06 pm
- Forum: ZoneMinder 1.36.x
- Topic: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
- Replies: 2
- Views: 584
Re: Best Practices for Optimizing ZoneMinder 1.36.x Performance with Multiple High-Resolution Cameras
Camera FPS is important. You are not making a movie so set the FPS to around 5-10 on the cameras. Also, I set the keyframe to 1 per second. Not a hard rule, but 1 thread per motion detection works best in my experience. Camera passthrough is important. This reduces CPU work. CPU clock rate is ...
- Sun Oct 20, 2024 2:28 am
- Forum: ZoneMinder 1.36.x
- Topic: Best Practice/ Optimizing, redux
- Replies: 14
- Views: 1958
Re: Best Practice/ Optimizing, redux
Be sure you tune WG. Packet size is very important. I ended up with an MTU of 1420 to get to 750Mb/s.
The VPN header takes some of the packet space.
The VPN header takes some of the packet space.
- Mon Oct 07, 2024 12:38 pm
- Forum: ZoneMinder 1.36.x
- Topic: Best practice / optimizing
- Replies: 5
- Views: 1155
Re: Best practice / optimizing
free is showing a large cache. You have plenty of RAM. Each zone sensitivity can be set. There are several threads on adjusting zones. It can take a long time to get the first one right, after that the others will be easier. You will have learned a lot. One tip is to use pixels instead of percentage ...
- Sun Oct 06, 2024 7:48 pm
- Forum: ZoneMinder 1.36.x
- Topic: Best practice / optimizing
- Replies: 5
- Views: 1155
Re: Best practice / optomizing
It is not a bad question.
top reports only the "free" number. free reports all of the numbers.
top reports only the "free" number. free reports all of the numbers.
- Sat Oct 05, 2024 2:22 pm
- Forum: ZoneMinder 1.36.x
- Topic: Best practice / optimizing
- Replies: 5
- Views: 1155
Re: Best practice / optomizing
How many monitors? What is reporting 300 MB of RAM free? I have 16GB of RAM and 14 monitors. 364MB free and 11,896MB available. So, I am not close to being out of RAM. free -m total used free shared buff/cache available Mem: 15896 3273 364 389 12259 11896 Swap: 4095 1367 2728
- Tue Sep 24, 2024 9:36 pm
- Forum: ZoneMinder 1.36.x
- Topic: Suddenly writing to /var/cache/zoneminder/events
- Replies: 4
- Views: 1149
Re: Suddenly writing to /var/cache/zoneminder/events
The hint on where to start helped. From the syslog: Sep 20 11:00:09 watcher fwupd[458986]: 16:00:09:0672 FuContext Failed to load SMBIOS: invalid DMI data size, got 3895 bytes, expected 7767 Sep 21 00:18:00 watcher systemd[1]: zoneminder.service: Failed with result 'oom-kill'. Sep 21 02:45:08 ...
- Tue Sep 24, 2024 4:24 pm
- Forum: ZoneMinder 1.36.x
- Topic: Suddenly writing to /var/cache/zoneminder/events
- Replies: 4
- Views: 1149
Re: Suddenly writing to /var/cache/zoneminder/events
Would that log as "Cannot write to event folder /zm/store1" in my case? I cannot find that in the log. Right now my log is full of cannot write errors because I changed the permissions to default. Should I delete default? I know is a past install I deleted default, but it did not go away. Thank you ...
- Tue Sep 24, 2024 2:16 am
- Forum: ZoneMinder 1.36.x
- Topic: Suddenly writing to /var/cache/zoneminder/events
- Replies: 4
- Views: 1149
Suddenly writing to /var/cache/zoneminder/events
For many years all events have been written to Store1 which is /zm/store1. Now ZM is trying to write events to /var/cache/zoneminder/events. I found out because it filled the boot drive and crashed ZM. What would make it not write to the configured location? The disk is no more full than it has been ...