Search found 3 matches

by timw
Mon Oct 30, 2023 11:15 am
Forum: ZoneMinder 1.36.x
Topic: Filter bug "Unarchive all matches"
Replies: 2
Views: 2245

Re: Filter bug "Unarchive all matches"

I get the same issue in 1.36.33 (Ubuntu). I fixed it (hopefully permanently) with a mysql command: `UPDATE Filters SET AutoUnarchive=0 WHERE Id=1;` (replace `1` with your filter ID). I think this was also screwing up the filter query, because I was seeing a query like this in my debug logs.. `WHERE ...
by timw
Thu Oct 12, 2023 2:56 pm
Forum: ZoneMinder 1.36.x
Topic: Is it possible to receive a camera's motion events directly?
Replies: 3
Views: 1593

Re: Is it possible to receive a camera's motion events directly?

Thanks for the reply. I'm running v1.36.33 via your Ubuntu PPA. Any idea when it will available in the stable release?
by timw
Thu Oct 12, 2023 9:15 am
Forum: ZoneMinder 1.36.x
Topic: Is it possible to receive a camera's motion events directly?
Replies: 3
Views: 1593

Is it possible to receive a camera's motion events directly?

I've just moved to ZoneMinder after several years of using QNAP QVR. (More due to ditching my horrid QNAP box, as opposed to disliking QVR, which was rather good - when it worked). Anyhow, I'm probably misunderstanding how ZM works, but QVR was able to capture motion events from the camera's on ...