Search found 2902 matches

by iconnor
Fri Mar 22, 2024 2:12 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 249

Re: Separate alert types. Can this be done with ZM and how?

In 1.37, this is doable.

We have filters at the top now with which you can tell it to show only events with either something in the notes column, or now we have a new Tags feature.
by iconnor
Fri Mar 22, 2024 1:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Failed INSERT INTO Server_Stats
Replies: 6
Views: 483

Re: Failed INSERT INTO Server_Stats

Turn on debug logging, it should log the values being sent.
by iconnor
Wed Mar 20, 2024 3:38 pm
Forum: ZoneMinder 1.36.x
Topic: Filter to trigger with excluding a zone fails to exclude
Replies: 3
Views: 171

Re: Filter to trigger with excluding a zone fails to exclude

In Filter.pm, around line 164 we force the op to EXISTS. Need to instead restrict it to valid values like NOT EXISTS etc.
by iconnor
Wed Mar 20, 2024 3:21 pm
Forum: Non-ZoneMinder Chat
Topic: Recommended "Donation"?
Replies: 2
Views: 459

Re: Recommended "Donation"?

We are grateful for any amount! I think $25 is around the average donation. Lots of $10. Anything less really isn't worth it as transaction fees leave not much.

Some wonderful people donate a lot more.
by iconnor
Wed Mar 20, 2024 3:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Problem with stored events when disconnecting and reconnecting storage
Replies: 11
Views: 956

Re: Problem with stored events when disconnecting and reconnecting storage

You can add an exists in filesystem rule to only delete accessible events.
by iconnor
Wed Mar 20, 2024 1:45 pm
Forum: ZoneMinder 1.36.x
Topic: ZM v1.36.33 login has no reset password?
Replies: 2
Views: 119

Re: ZM v1.36.33 login has no reset password?

sgzoneminder.readthedocs.io is generated from someone else's fork and hasn't been updated in years.

zoneminder.readthedocs.io is our docs, and has a nice getting getting started section:
https://zoneminder.readthedocs.io/en/la ... arted.html
by iconnor
Wed Mar 20, 2024 1:33 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Problem with stored events when disconnecting and reconnecting storage
Replies: 11
Views: 956

Re: Problem with stored events when disconnecting and reconnecting storage

The logic goes both ways. Some people just want the event to disappear and get deleted later in the background. When you get into s3fs filesystems, etc the performance of deleting is so bad, that you just want to delete from the db anyways. We take the view that the video has the greatest value, and...
by iconnor
Tue Mar 19, 2024 2:19 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Is ARM64 no longer supported?
Replies: 5
Views: 435

Re: Is ARM64 no longer supported?

We run 1.37 in production. Yeah sometimes things break, but we fix them fairly quickly.
by iconnor
Tue Mar 19, 2024 2:18 am
Forum: Hardware Compatibility List
Topic: Using reolink on-camera motion detection?
Replies: 1
Views: 270

Re: Using reolink on-camera motion detection?

I believe it works. I have not tested extensively with a ton of models, but so far every reolink has worked for me.

Yes you need 1.37.
by iconnor
Sun Mar 17, 2024 10:08 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Is ARM64 no longer supported?
Replies: 5
Views: 435

Re: Is ARM64 no longer supported?

Is there some reason you need something newer?

Arm builds aren't automated unfortunately
by iconnor
Sun Mar 17, 2024 12:44 am
Forum: ZoneMinder 1.36.x
Topic: Filter to trigger with excluding a zone fails to exclude
Replies: 3
Views: 171

Re: Filter to trigger with excluding a zone fails to exclude

I never implemented the rest of the operators for this. I'll try to get to it soon.
by iconnor
Sat Mar 16, 2024 11:02 pm
Forum: ZoneMinder 1.36.x
Topic: Up to date RAM requirement calculation.
Replies: 2
Views: 153

Re: Up to date RAM requirement calculation.

We definitely do see some weird behaviours, but it almost always is because something can't keep up and people ignore their logs which are screaming full of warnings and errors.
by iconnor
Fri Mar 15, 2024 4:24 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED]Multiserver setup generating errors when viewing saved events
Replies: 3
Views: 183

Re: Multiserver setup generating errors when viewing saved events

Each event has a StorageId to tell it where it is. The Storage entry has a ServerId field which can be empty, but can also specify the server that it actually exists on, so that we can ask that server for the content. If you aren't using storage areas.. then all events are stored in /var/cache/zonem...
by iconnor
Fri Mar 15, 2024 4:22 pm
Forum: ZoneMinder 1.36.x
Topic: Video target turns transparent
Replies: 21
Views: 416895

Re: Video target turns transparent

Effect can also be caused by decoding thread falling behind, or not enough buffers. In which case your logs will be filled with errors. Check your logs.