Search found 3327 matches

by iconnor
Sun Mar 30, 2025 1:24 am
Forum: ZoneMinder 1.36.x
Topic: Can montage be an encoded stream?
Replies: 5
Views: 13515

Re: Can montage be an encoded stream?

I'm learning about avfilters. I may be able to code this into zms later this summer.

ffpeg is my personal jesus.
by iconnor
Fri Mar 28, 2025 2:38 am
Forum: ZoneMinder 1.36.x
Topic: Limit object detection to part of the scene?
Replies: 4
Views: 1004

Re: Limit object detection to part of the scene?

I think this is all possible.. you are going to have dig into the event server docs...... event server has a whole zone thing on top of what zm does.
read the objecect.ini comments
by iconnor
Fri Mar 21, 2025 2:10 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Motion detection detects motion outside deffined zone
Replies: 7
Views: 12285

Re: Motion detection detects motion outside deffined zone

I'm a little swamped. Had intended to release 1.38 next week. I will delay it in order to ensure this is fixed first.
by iconnor
Wed Mar 19, 2025 2:43 pm
Forum: ZoneMinder 1.36.x
Topic: IN-9420 2K+: Not working with audio disabled
Replies: 4
Views: 5934

Re: IN-9420 2K+: Not working with audio disabled

Definitely.

In one of my many branches I have a likely fix, because when using an hls stream as input I found streams with AAC audio that can't be stored in an mp4. Building up a list of what can and can't be stored is kinda annoying.
by iconnor
Wed Mar 19, 2025 2:42 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Motion detection detects motion outside deffined zone
Replies: 7
Views: 12285

Re: Motion detection detects motion outside deffined zone

I am working on bringing back live analysis highlighting... which may help.

Most of this code has not been touched in 10 years and could certainly do with some test cases.
by iconnor
Tue Mar 18, 2025 2:06 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Motion detection detects motion outside deffined zone
Replies: 7
Views: 12285

Re: Motion detection detects motion outside deffined zone

We have one other report of this. I havn't been able to reproduce it though.
by iconnor
Wed Mar 12, 2025 12:25 am
Forum: ZoneMinder 1.36.x
Topic: IN-9420 2K+: Not working with audio disabled
Replies: 4
Views: 5934

Re: IN-9420 2K+: Not working with audio disabled

You are going to have to turn on debug logging to get more info.

At the end of the day though, ffmpeg is saying it doesn't support whatever the camera is sending. Maybe you can change that in the camera, or upgrade ffmpeg libraries.
by iconnor
Sun Mar 09, 2025 9:22 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: cameras going offline semi-randomly
Replies: 3
Views: 4398

Re: cameras going offline semi-randomly

Typically I would guess that signal 7 is not enough space in /dev/shm. Which makes me think this is a system upgraded from 1.34. Check your ImageBuffer Settings (Monitor->buffer->Image Buffer Count). It should be like 3. In the past it would be much higher, but it switched to MaxImageBuffer. Isaac
by iconnor
Wed Mar 05, 2025 1:55 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: ZM 1.37.61 - ONVIF event messages issues.
Replies: 43
Views: 44319

Re: ZM 1.37.61 - ONVIF event messages issues.

I get a response of -1 which apparently is EOF. SO I am adding code to kill the alarm if we get EOF. Should help.
by iconnor
Wed Mar 05, 2025 1:40 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: ZM 1.37.61 - ONVIF event messages issues.
Replies: 43
Views: 44319

Re: ZM 1.37.61 - ONVIF event messages issues.

No, the event isn't ending. I recently put some new code in there to handle cameras that don't send close events... but apparently it isn't working.
by iconnor
Wed Mar 05, 2025 12:03 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: ZM 1.37.61 - ONVIF event messages issues.
Replies: 43
Views: 44319

Re: ZM 1.37.61 - ONVIF event messages issues.

I don't know, havn't been paying attention.

My logs have gotten a lot quieter lately from the ONVIF event detection.... not sure if I've solved it or broken it.
by iconnor
Tue Mar 04, 2025 11:59 pm
Forum: ZoneMinder 1.36.x
Topic: Events with no EndDate, awkward lengths too
Replies: 20
Views: 22617

Re: Events with no EndDate, awkward lengths too

There is a known issue in .33. Fixed in .34. We are now at .35 and soon to release .36. Further, your machine is not able to keep up, hence it falls behind. You need to look at reducind cpu use. You can set the widthxheight lower, recording will still be high res. You can turn off jpeg writing ...
by iconnor
Sat Mar 01, 2025 1:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Video play Firefox
Replies: 9
Views: 12187

Re: Video play Firefox

What is your ip?
by iconnor
Thu Feb 27, 2025 10:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Button video play overlayed with zoom button
Replies: 7
Views: 6675

Re: Button video play overlayed with zoom button

It is nearly impossible to deal with the page reload problem, unless the user changes the settings for the page to allow auto play. Best we can do is popup saying how to do that.