Search found 2902 matches

by iconnor
Fri Nov 18, 2022 7:24 pm
Forum: ZoneMinder 1.36.x
Topic: Set recording in days
Replies: 8
Views: 1312

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

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

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

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

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

Re: export person detected frames from fulltime recording

Several thousand I would think.

There is no UI for it, let alone the back-end.
by iconnor
Thu Nov 17, 2022 10:57 pm
Forum: ZoneMinder 1.36.x
Topic: unable to login, autentication is not turned on
Replies: 1
Views: 234

Re: unable to login, autentication is not turned on

Have seen reports of this, but have never been able to reproduce it.

What is the url? Is it trying to go to view=login? What happens if you just edit the url to get rid of the view= stuff?
by iconnor
Thu Nov 17, 2022 10:32 pm
Forum: ZoneMinder 1.36.x
Topic: Downgrade on Centos7
Replies: 11
Views: 5784

Re: Downgrade on Centos7

I expect to release 1.36.32 tomorrow (Friday). Centos 7 packages should build sometime after that.
by iconnor
Thu Nov 17, 2022 10:29 pm
Forum: ZoneMinder 1.32.x
Topic: Problems with ZM v1.32.3 and Digoo cameras
Replies: 1
Views: 5951

Re: Problems with ZM v1.32.3 and Digoo cameras

Um 1.32.3 was release in 2018.


We have no resources to support anything but the latest version. You must be running at least 1.36.*

a PI4 is definitely capable.

Paid support is available to make it work for you.
by iconnor
Thu Nov 17, 2022 10:13 pm
Forum: ZoneMinder 1.36.x
Topic: v1.36.32 - log errors
Replies: 1
Views: 303

Re: v1.36.32 - log errors

Thanks for running my proposed ppa!

When did you last update? I have pushed a bunch more fixes today, please update and see if it is fixed. I just tried myself and deleting works fine and moves on to the next event, so I'm hoping I already fixed it.
by iconnor
Thu Nov 17, 2022 5:16 pm
Forum: ZoneMinder 1.36.x
Topic: VNC not reconnecting after shutdown
Replies: 1
Views: 316

Re: VNC not reconnecting after shutdown

Interesting, I'll take a look
by iconnor
Thu Nov 17, 2022 5:04 pm
Forum: ZoneMinder 1.36.x
Topic: Unsupported operand types error
Replies: 4
Views: 278

Re: Unsupported operand types error

Found it.

Line 303 of /usr/share/zoneminder/www/api/app/Controller/MonitorsController.php needs to be:

$status = intval($status) - 1;
by iconnor
Wed Nov 16, 2022 1:58 pm
Forum: ZoneMinder 1.36.x
Topic: PurgeWhenFull no longer works for my events disk
Replies: 6
Views: 1032

Re: PurgeWhenFull no longer works for my events disk

Event DIsk Space matches the space taken up by individual events. Put it back to just Disk Space
by iconnor
Tue Nov 15, 2022 9:45 pm
Forum: ZoneMinder 1.36.x
Topic: Duplicate emails from filter caused by disk space?
Replies: 5
Views: 282

Re: Duplicate emails from filter caused by disk space?

What version of ZM? There were some fixes recently that might cause/fix this.
by iconnor
Tue Nov 15, 2022 6:23 pm
Forum: ZoneMinder 1.36.x
Topic: 404 in response to event filter links - where is zm.php?
Replies: 2
Views: 4487

Re: 404 in response to event filter links - where is zm.php?

The url used in specified under Options -> Email.

The php file is called index.php. You shouldn't have to specify it.