Search found 2864 matches

by iconnor
Tue Mar 19, 2024 2:19 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Is ARM64 no longer supported?
Replies: 3
Views: 149

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

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: 3
Views: 149

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: 2
Views: 96

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

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: Multiserver setup generating errors when viewing saved events
Replies: 2
Views: 82

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

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

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

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

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

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

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

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.
by iconnor
Sun Mar 03, 2024 3:34 pm
Forum: ZoneMinder 1.36.x
Topic: 1.36.34?
Replies: 1
Views: 146

Re: 1.36.34?

Probably more of a mental block... Time is always an issue. I'm going through a lot financially.. and devoting time to 1.36 doesn't make me any money... whereas working on 1.37 often does. I could just release it as is but then there would be a bunch of things prompting a .35. Ideally someone else w...
by iconnor
Sun Mar 03, 2024 3:29 pm
Forum: Hardware Queries
Topic: Hikvision PTZ control
Replies: 17
Views: 8961

Re: Hikvision PTZ control

Those are not debug logs. Don't need zmc. Just zm_control will do.