Search found 3391 matches

by iconnor
Tue Apr 08, 2025 12:38 pm
Forum: Hardware Compatibility List
Topic: Doorbell Cam that also connects to voip
Replies: 1
Views: 6099

Re: Doorbell Cam that also connects to voip

That's awesome! Thanks for sharing!
by iconnor
Mon Apr 07, 2025 2:16 pm
Forum: ZoneMinder 1.36.x
Topic: Events with no EndDate, awkward lengths too
Replies: 25
Views: 49373

Re: Events with no EndDate, awkward lengths too

There is a lot of work to do in cleanup up, improving, etc. I think burger summed it up nicely. ZM will always be available and will always be improving and won't lock you in. I have several clients who pay me to support their ZM installs having come from unifi. (In order to use the new cameras you ...
by iconnor
Fri Apr 04, 2025 3:29 pm
Forum: ZoneMinder 1.32.x
Topic: Is Zoneminder my best choice ?
Replies: 0
Views: 8077

Re: Is Zoneminder my best choice ?

Only you can answer that question. Give it a try and see if you like it.
by iconnor
Thu Apr 03, 2025 12:53 pm
Forum: User Contributions
Topic: Enterprise Level Use
Replies: 1
Views: 33932

Re: Enterprise Level Use

I offer paid support at several tiers. Contact me at isaac@zoneminder.com to discuss further. I currently manage many systems both larger and smaller than that for banks, schools, industrial sites, etc. We at present do not have AD auth support, but we do have Azure SSO and would be happy to add it ...
by iconnor
Sun Mar 30, 2025 1:24 am
Forum: ZoneMinder 1.36.x
Topic: Can montage be an encoded stream?
Replies: 6
Views: 25879

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: 2769

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: 11
Views: 31712

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: 7241

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: 11
Views: 31712

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: 11
Views: 31712

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: 7241

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: 5771

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: 45
Views: 85577

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: 45
Views: 85577

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: 45
Views: 85577

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.