Search found 2902 matches

by iconnor
Thu Feb 29, 2024 2:19 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: After enabling authorization on site, errors appeared in DB. v1.37.55
Replies: 1
Views: 1779

Re: After enabling authorization on site, errors appeared in DB. v1.37.55

Just pushed a fix for it. The issue was that it is trying to set permissions for monitors that have been deleted.
by iconnor
Thu Feb 29, 2024 2:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Event triggered inside of another event.
Replies: 1
Views: 1442

Re: Event triggered inside of another event.

Just pushed a possible fix. Packages building.
by iconnor
Thu Feb 29, 2024 1:59 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Linked Monitor Lost its mind
Replies: 3
Views: 1745

Re: Linked Monitor Lost its mind

Just pushed a fix to not list deleted monitors.
by iconnor
Thu Feb 29, 2024 1:55 pm
Forum: ZoneMinder 1.36.x
Topic: Just rebuilt zoneminder and 7 cameras
Replies: 4
Views: 1201

Re: Just rebuilt zoneminder and 7 cameras

You mention errors logged, but havn't shared what those errors are.
by iconnor
Sun Feb 25, 2024 3:14 pm
Forum: ZoneMinder 1.36.x
Topic: Two cameras go green every night
Replies: 5
Views: 2534

Re: Two cameras go green every night

Another thought here is that logrotate runs at midnight every night and will cause the monitor to start/restart capture. Shouldn't result in green, but maybe that's it. You can trigger it anytime using sudo zmdc.pl logrot
by iconnor
Sun Feb 25, 2024 3:13 pm
Forum: ZoneMinder 1.36.x
Topic: Two cameras go green every night
Replies: 5
Views: 2534

Re: Two cameras go green every night

In 1.37 I have been debugging long standing issues that only occur on some cameras. What I have determined is that the clock on the camera jumps back (or forward) in time. This is basically because the internal clock is really bad, and ntp is making a correction every hour. Some cameras are set to u...
by iconnor
Sun Feb 25, 2024 3:10 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can't add a monitor
Replies: 4
Views: 3261

Re: Can't add a monitor

New packages are building. 1.37.54 should have the necessary db updates to fix this.
by iconnor
Fri Feb 23, 2024 2:12 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ONVIF & Pre Event Image Count ???
Replies: 2
Views: 2787

Re: ONVIF & Pre Event Image Count ???

It should be. The packet queue should maintain a buffer of that size + keyframe. SOmetimes it can't and there will be a log entry about it.
by iconnor
Fri Feb 23, 2024 2:10 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop
Replies: 12
Views: 59552

Re: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop

The onvif setup is taking over 20 seconds. So zmwatch is killing the camera before it can even try to capture.
We will need to move the code around so that onvif doesn't delay capture.

In the meantime, increase your Options->System->WATCH_MAX_DELAY
by iconnor
Fri Feb 23, 2024 2:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error after enable Janus in source
Replies: 1
Views: 2617

Re: Error after enable Janus in source

Todays build should fix it.
by iconnor
Thu Feb 22, 2024 11:36 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop
Replies: 12
Views: 59552

Re: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop

I really just need 30 or 40 more lines on either side of what you gave.
by iconnor
Wed Feb 21, 2024 3:27 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop
Replies: 12
Views: 59552

Re: Enabling ONVIF Event Listener Causes Capturing (RTSP) to Stop

The received terminate in cb typically means that the process was killed, likely by zmwatch. You might want to turn it off or adjust its settings. I can't think of how there would be any interaction between onvif and rtsp streaming. Unfortunately you've trimmed the logs to much for there to be any u...
by iconnor
Wed Feb 21, 2024 3:06 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: v1.37.51 zmdc.log uninitialized value
Replies: 2
Views: 1293

Re: v1.37.51 zmdc.log uninitialized value

caused by undefined sort field. I just pushed a fix for the warning.