Search found 6 matches

by adam.robertson
Wed Apr 02, 2025 9:56 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Zones on Console UI always says 0
Replies: 5
Views: 7420

Re: Zones on Console UI always says 0

Running this sql query updates all the monitor counts:

Update Monitors set ZoneCount=(SELECT COUNT(*) FROM Zones WHERE MonitorId=Monitors.Id);

..ran across that somewhere and it works, so I just have it book-marked in phpmyadmin so I can run it any time I delete/add a zone and get those log errors
by adam.robertson
Mon Mar 31, 2025 2:54 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Setting up Sub Streams as event trigger
Replies: 5
Views: 8142

Re: Setting up Sub Streams as event trigger

I can confirm that this method works fine, and seems like an elegant solution as opposed to using linked low-res substreams as triggers. I double-checked the videos it was saving ( the web interface was telling me the footage was the lower-res 704x396 , but opening the file and viewing in VLC shows ...
by adam.robertson
Sun Mar 30, 2025 10:49 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Setting up Sub Streams as event trigger
Replies: 5
Views: 8142

Re: Setting up Sub Streams as event trigger

I found linked monitors to be too flakey to use. Instead, I connect to the hires stream, tell Zoneminder it's 640x400, and when a recording happens, use passthrough. The end result is lower load on the system, low resolution live and montage viewing, and high resolution captures. No the best, but ...
by adam.robertson
Sun Mar 30, 2025 8:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Setting up Sub Streams as event trigger
Replies: 5
Views: 8142

123
by adam.robertson
Fri Mar 28, 2025 5:20 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Setting up Sub Streams as event trigger
Replies: 5
Views: 8142

Setting up Sub Streams as event trigger

Can anyone describe how to setup SubStreams as a trigger for a higher resolution stream? I have found plenty of write-ups for older versions, but they all say "Set the sub stream to MoDect and the high resolution stream to NoDect" ...which is great, but those settings are not available in 1.37, or ...
by adam.robertson
Tue Mar 25, 2025 2:22 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Zones on Console UI always says 0
Replies: 5
Views: 7420

Re: Zones on Console UI always says 0

I am having this same issue. Were you able to resolve it?

I am running 1.37 on Debian Bookworm