Search found 2906 matches

by iconnor
Wed Sep 15, 2021 1:10 pm
Forum: ZoneMinder 1.36.x
Topic: same duration events
Replies: 7
Views: 2573

Re: same duration events

Are you sure that ZM agrees that there is motion? Turn on saving alarm frame jpegs and see what it thinks. ZM's default zone settings were design when the images were 640x480 or less. I find that I have to make them drastically more sensitive. Start by choosing1% or less for all the min alarm pixel ...
by iconnor
Mon Sep 13, 2021 9:00 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.7 The Memory Remains
Replies: 8
Views: 392440

Re: Released 1.36.7 The Memory Remains

A big shoutout to all of our contributors, but a special one to Mike Dussault who discovered that we weren't using our SSE or otherwise optimised blending routines. On a 4K 10fps camera stream this one fix reduces cpu use by 60% when doing motion detection.
by iconnor
Mon Sep 13, 2021 8:18 pm
Forum: ZoneMinder 1.36.x
Topic: CPU usage problems
Replies: 3
Views: 1823

Re: CPU usage problems

1.36.7 cuts cpu for motion detection dramatically. Give it a whirl.
by iconnor
Mon Sep 13, 2021 8:17 pm
Forum: ZoneMinder 1.36.x
Topic: 1.36.6 in iconnor repo
Replies: 2
Views: 1455

Re: 1.36.6 in iconnor repo

never.

I have now released 1.36.7.
by iconnor
Mon Sep 13, 2021 8:14 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.7 The Memory Remains
Replies: 8
Views: 392440

Released 1.36.7 The Memory Remains

Changes since 1.36.6 - Add an example fail2ban rule - Email sending: fix html emails when using ZM_NEW_MAIL_MODULES. Improve debugging reduce Info logging - fix bug in zms causing failed image loading in zmNinja and anywhere a low maxfps was specified - Updated italian translation - add missing cal...
by iconnor
Sun Sep 12, 2021 1:05 am
Forum: ZoneMinder 1.36.x
Topic: CPU usage problems
Replies: 3
Views: 1823

Re: CPU usage problems

They thing here is 4k.

decoding a 4K cam takes 50% cpu (on my system). Adding motion detection, etc. No way. Forget it. Drop it to 1080p. Even 1080p is ridiculous.
by iconnor
Sun Sep 12, 2021 1:02 am
Forum: ZoneMinder Hints & Tips
Topic: anyone interested in a Discord server?
Replies: 8
Views: 20140

Re: anyone interested in a Discord server?

I have a discord server as well. Paid support access only. Discord is cool, really intuitive. For voice chat. But we are minimising the channels because we do not have the attention bandwidth. If other people want to create discord channels for discuss ZM, go right ahead. The ZM developers won't be ...
by iconnor
Sat Sep 11, 2021 2:38 pm
Forum: ZoneMinder 1.36.x
Topic: NPH ZMS No Stream Using User Pass in URL
Replies: 2
Views: 6494

Re: NPH ZMS No Stream Using User Pass in URL

I introduced a bug unfortunately. I'll be releasing 1.36.7 today to fix it.

You might try adding a maxfps=30 to the url which might work around it for now.
by iconnor
Fri Sep 10, 2021 5:59 pm
Forum: ZoneMinder 1.36.x
Topic: Filter makes CPU very busy
Replies: 15
Views: 4046

Re: Filter makes CPU very busy

Just run mysqltuner and do what it says.

Remember, the disk in question here is the system disk, where mysql stores it's work files and the actual zm db. Not where we store the video.
by iconnor
Fri Sep 10, 2021 5:57 pm
Forum: ZoneMinder 1.36.x
Topic: How to set recording framerate
Replies: 5
Views: 2825

Re: How to set recording framerate

Wouldn't work on h265, as frames depend on both future and past frames.

You re-encode to a lower frame rate.

We COULD just not record frames, but as discussed, the result might not be pleasant. Might be interesting to try though. I would think we would want to keep all keyframes though.
by iconnor
Fri Sep 10, 2021 5:54 pm
Forum: ZoneMinder 1.36.x
Topic: web_php.log & Fail2Ban -Solved- NEW REGEX -
Replies: 6
Views: 2134

Re: web_php.log & Fail2Ban -Solved- NEW REGEX -

I have included this in the ZM distro under misc/fail2ban.rules
by iconnor
Thu Sep 09, 2021 10:07 pm
Forum: ZoneMinder 1.36.x
Topic: Filter makes CPU very busy
Replies: 15
Views: 4046

Re: Filter makes CPU very busy

Assuming most of your events aren't archived, an archived index won't help much. You might want to look at db tuning... At the end of the day, because we are sorting we will have to look at all 340k rows... I can't think of any reasonable way of making this filter performant. You should decide how m...
by iconnor
Thu Sep 09, 2021 2:30 am
Forum: Announcements
Topic: Released 1.36.6 The Memory Remains
Replies: 1
Views: 131865

Re: Released 1.36.6 The Memory Remains

This ended up being a big one. Lots of fixes. I suspect there will be at least 1 more release in the 1.36 series, but not too many more. Going for a shorter release cycle so we can bring you the needed features. With cameras going > 1080p, it has become clear that we cannot continue decoding these h...
by iconnor
Thu Sep 09, 2021 2:26 am
Forum: Announcements
Topic: Released 1.36.6 The Memory Remains
Replies: 1
Views: 131865

Released 1.36.6 The Memory Remains

# Changes since 1.36.5 - Fix Archive FTP .zip filename not including monitor name. Fixes #3304 - Correct the size of the Longitude and Latitude fields. Fixes #3311 - Optimise API by optionally not loading the Frames from db table - Handle the case when the monitor doesn't exist more gracefully and n...
by iconnor
Thu Sep 09, 2021 2:20 am
Forum: Announcements
Topic: Released 1.36.5 The Memory Remains
Replies: 0
Views: 19889

Released 1.36.5 The Memory Remains

Apparently I didn't finish this release notification, so here it is.... # Changes since 1.36.5 - fix logout modal not appearing when too many sessions in sessions table - fix remote monitors not restarting when Function = None leaving them running. - fixes to onvif zooming #3295 - fix EndTime handli...