Search found 2881 matches

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

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

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

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

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

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

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

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

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: 20
Views: 327567

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.
by iconnor
Wed Mar 13, 2024 1:19 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] command exited with status: 1
Replies: 4
Views: 148

Re: command exited with status: 1

Your script has to get return a value of 0 for success. You don't explicitly set a return value, so it will be whatever the return value of the last line is. In the case echo $2 > $1?
by iconnor
Tue Mar 12, 2024 1:47 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: [Fixed]Vertical scroll bar probleme
Replies: 5
Views: 415

Re: Vertical scroll bar probleme

Fixed, new packages building
by iconnor
Sun Mar 10, 2024 2:02 pm
Forum: Hardware Queries
Topic: Hikvision PTZ control
Replies: 17
Views: 9418

Re: Hikvision PTZ control

Clear log_debug_target or set it to _zmcontrol.pl, as we are not interested in zmc.

Clear
by iconnor
Sun Mar 10, 2024 2:08 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Linked Monitors create segmentaion fault
Replies: 3
Views: 251

Re: Linked Monitors create segmentaion fault

There was recently a potential segfault... but it has since been fixed. So make sure you are up to date.

No you can't link to a group at this time. You want to fund it, I could make it happen, although I think it is already too complicate this stuff.
by iconnor
Sun Mar 10, 2024 2:03 am
Forum: Hardware Queries
Topic: Hikvision PTZ control
Replies: 17
Views: 9418

Re: Hikvision PTZ control

You do need to restart after changing logging settings.
by iconnor
Wed Mar 06, 2024 11:27 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder 0 Bytes Until Event is Played back
Replies: 4
Views: 559

Re: Zoneminder 0 Bytes Until Event is Played back

Sometime soon in 1.37, it won't be needed anymore but yeah, it's about scaling. Not all storage is super fast nvme. Sometimes it is remote mounted nfs or amazon s3 or something even worse.