Search found 2881 matches

by iconnor
Mon Nov 21, 2022 9:41 pm
Forum: Feature Requests
Topic: API for Filters
Replies: 6
Views: 5433

Re: API for Filters

To add list/delete/save/create $200.
by iconnor
Mon Nov 21, 2022 9:06 pm
Forum: ZoneMinder 1.36.x
Topic: Single moment in time snapshot
Replies: 5
Views: 501

Re: Single moment in time snapshot

I could add that feature. Wouldn't be hard. Do you want to fund it? $100USD
by iconnor
Mon Nov 21, 2022 9:04 pm
Forum: ZoneMinder 1.36.x
Topic: Live delay
Replies: 5
Views: 622

Re: Live delay

There is inherent latency at every step. You can improve it by turning off buffering in ffmpeg but you will likely lose frames.

Most of my systems have 1-2 seconds lag.

ZoneMinder decodes and displays as fast as it can.
by iconnor
Mon Nov 21, 2022 9:00 pm
Forum: Feature Requests
Topic: API for Filters
Replies: 6
Views: 5433

Re: API for Filters

Is your application generating revenue or a hobby?

Because I am happy to add whatever you need, but I charge for it.

One point I could make is that you can always talk SQL directly...
by iconnor
Mon Nov 21, 2022 8:58 pm
Forum: ZoneMinder 1.36.x
Topic: 9:16 camera image = problem?
Replies: 22
Views: 1965

Re: 9:16 camera image = problem?

We could try a sample file... I'm a little concerned that it seems to work for a bit initially... and then crashes...
by iconnor
Sun Nov 20, 2022 4:56 pm
Forum: ZoneMinder 1.36.x
Topic: 9:16 camera image = problem?
Replies: 22
Views: 1965

Re: 9:16 camera image = problem?

I've seen this before... and fixed it before.. sigh.

1080 is not a multiple of 32. So ffmpeg needs a buffer that is slightly larger... and something is going wrong.

I don't have a camera that actually does rotation at the moment... so I'm having trouble setting up a test and reproducing it...
by iconnor
Sat Nov 19, 2022 10:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Upgrade to 1.37.27 fails with error in post body
Replies: 5
Views: 1395

Re: Upgrade to 1.37.27 fails with error in post body

I have fixed it this morning. Just started building packages.

The issue is that there is a Monitor Id in the user permissions that no longer exists.
by iconnor
Fri Nov 18, 2022 9:38 pm
Forum: ZoneMinder 1.36.x
Topic: Cant use substream EZVIZ DB1
Replies: 9
Views: 1989

Re: Cant use substream EZVIZ DB1

Sometimes resolutions should be multiples of 16 or 32 or whatever... but things should still work. I would say it is a bug. Bug might be within ffmpeg. I'll have to do some testing.
by iconnor
Fri Nov 18, 2022 8:11 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.32 The Memory Remains
Replies: 15
Views: 298425

Released 1.36.32 The Memory Remains

# Changes since 1.36.31 - More properly fix the alarm status api changing. The previous hack broke doing alarm on/off. - fix handle of SQL generation of IN array when array is empty. Just always return false. - Fix test for null in Object::find - Make inputs on filter action table 100% - Fix Warning...
by iconnor
Fri Nov 18, 2022 7:24 pm
Forum: ZoneMinder 1.36.x
Topic: Set recording in days
Replies: 8
Views: 1137

Re: Set recording in days

Use Start Date/Time not StartDate for performance. You need to specify days, otherwise it means 3 seconds.

So set it to -3 days.
by iconnor
Fri Nov 18, 2022 3:56 pm
Forum: ZoneMinder 1.36.x
Topic: Notes from upgrading 1.30=>1.32=>1.34=>1.36
Replies: 5
Views: 347

Re: Notes from upgrading 1.30=>1.32=>1.34=>1.36

COOKIE lifetime should definitely be 1 day or less.

Could maybe also be dependent on the filter...

I also don't really like stuffing the cookies full of values, it starts to add a lot of bloat to each request.

Need to dig in and read up on the current state of bootstrap table.
by iconnor
Fri Nov 18, 2022 3:27 am
Forum: ZoneMinder 1.36.x
Topic: Notes from upgrading 1.30=>1.32=>1.34=>1.36
Replies: 5
Views: 347

Re: Notes from upgrading 1.30=>1.32=>1.34=>1.36

That is a huge upgrade! Well done! Yeah the behaviour of the events list is problematic. Am looking at it. Also, the layout on phone has suffered. I plan to address that sooner rather than later (because I actually use it). It is late and my eyes aren't focusing so much so I will review again tomorr...
by iconnor
Fri Nov 18, 2022 3:24 am
Forum: ZoneMinder 1.36.x
Topic: Cant use substream EZVIZ DB1
Replies: 9
Views: 1989

Re: Cant use substream EZVIZ DB1

signal 6 is normally an issue with not enough /dev/shm, but these days we shouldn't need veyr much. What is your Monitor->Buffers->Image Buffer set to? Shoudl be around 3 to 5.
by iconnor
Thu Nov 17, 2022 11:08 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can no longer view monitors after upgrade to 1.37.25
Replies: 1
Views: 1480

Re: Can no longer view monitors after upgrade to 1.37.25

Lots of fixes since 1.37.25. Please update and report.
by iconnor
Thu Nov 17, 2022 11:02 pm
Forum: ZoneMinder 1.36.x
Topic: export person detected frames from fulltime recording
Replies: 4
Views: 405

Re: export person detected frames from fulltime recording

Several thousand I would think.

There is no UI for it, let alone the back-end.