Search found 2906 matches

by iconnor
Fri Mar 01, 2024 1:10 pm
Forum: ZoneMinder 1.36.x
Topic: Just rebuilt zoneminder and 7 cameras
Replies: 4
Views: 1228

Re: Just rebuilt zoneminder and 7 cameras

Ok. this shouldn't be that hard to solve, and we have the code to phpbb.

So first step is research others having the problem, and if no solution found, we can at least prevent reusing old posts. And filtering urls out of location.
by iconnor
Fri Mar 01, 2024 1:00 pm
Forum: Hardware Queries
Topic: PC recommendations
Replies: 11
Views: 1766

Re: PC recommendations

Honestly I wouldn't go more than 4 years old, unless you really have no budget. At some point the electricity cost negates the initial savings.
by iconnor
Fri Mar 01, 2024 12:55 pm
Forum: ZoneMinder 1.36.x
Topic: Blurring / hiding faces in ZM?
Replies: 2
Views: 582

Re: Blurring / hiding faces in ZM?

The technology is out there, but has not been integrated into zoneminder. To do so requires ai facial recognition, and video re-encoding, which means you will need a pretty good gpu. What is your budget? This feature will not be cheap from any of the incumbent VMS providers. It may be affordable to ...
by iconnor
Thu Feb 29, 2024 2:26 pm
Forum: ZoneMinder 1.36.x
Topic: camera setup - esp3-cam
Replies: 2
Views: 3489

Re: camera setup - esp3-cam

I seem to recall there was some issue with the jpeg stream that zm didn't like.

viewtopic.php?p=128536&hilit=esp#p128536
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: 1796

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

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

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

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

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

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

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

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

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

Re: Error after enable Janus in source

Todays build should fix it.