Search found 3387 matches

by iconnor
Sun Jun 22, 2025 1:47 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor problems)
Replies: 3
Views: 810

Re: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor proble

I realise that you are passing limit... I"m not sure it was ever actually honoured. Maybe it was. THe code that got removed use ZM_EVENTS_PER_PAGE and a hard limit of 100. I hust added a line to respect a limit param... not sure about the direction= in your url... not sure that is honoured by ...
by iconnor
Sun Jun 22, 2025 1:27 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor problems)
Replies: 3
Views: 810

Re: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor proble

Events are now unlimited by default, you have to pass limits into the query.

How to downgrade? apt install zoneminder=whatever version you want

How to see what versions are available ? apt-cache madison zoneminder
by iconnor
Sat Jun 21, 2025 6:31 pm
Forum: ZoneMinder 1.36.x
Topic: Is there a way to import events?
Replies: 3
Views: 397

Re: Is there a way to import events?

There is -i=0 for turning off interactivity, THe yes | is another good way to do it.

Those errors means that the Event doesn't exist in the db, but it should have been just added. SOmething must have gone wrong inserting the event record.
by iconnor
Sat Jun 21, 2025 6:28 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1296

Re: NaN bug in console view

Well it has to be in the javascript... We need to look at what the results from the events load are, and why that is resulting in NaN. So if you look at the network tab of developer tools, and see the requests for the events list and see the results from that... maybe it will shed light. Otherwise ...
by iconnor
Fri Jun 20, 2025 9:15 pm
Forum: ZoneMinder 1.36.x
Topic: Question about /dev/shm size
Replies: 5
Views: 296

Re: Question about /dev/shm size

I like to use zram for swap.

That's a lot of cameras... of a high enough res...
by iconnor
Fri Jun 20, 2025 5:16 pm
Forum: ZoneMinder 1.36.x
Topic: Question about /dev/shm size
Replies: 5
Views: 296

Re: Question about /dev/shm size

No /dev/shm isn't the issue, yes the number is the monitor id. Your zmc processes are consuming too much ram. Either because something is slow (disk,db, both) or you are trying to capture an 8k cam or something. Point is it is trying to use too much ram. You will have to dig into logs to figure out ...
by iconnor
Fri Jun 20, 2025 11:35 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 9
Views: 1296

Re: NaN bug in console view

Latest build should get rid of Nan errors, hopefully allowing us to see the real problem.
by iconnor
Fri Jun 20, 2025 1:29 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 755

Re: Isn't it about time?

There is lots of work being done to make this all better. 1.39 should reduce our cpu/ram use A LOT. Also, support for hwaccell which MOST desktops have in one way or another. We are also going to have built in support for AI chips that no one else has. So it is going to be fun... but I need to do ...
by iconnor
Thu Jun 19, 2025 1:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage Review functionality changed?
Replies: 5
Views: 417

Re: Montage Review functionality changed?

Sounds like you are hitting the browser connection limit. You need multiport.
by iconnor
Thu Jun 19, 2025 1:02 pm
Forum: Mobile Apps and Event Server
Topic: the timer isnt working
Replies: 2
Views: 833

Re: the timer isnt working

Well, uncomment the debug line at 2874 and let's see what isInList thinks.

This managing lists as strings etc is really inefficient. Could really be a lot better.But it's fast enough I guess.
by iconnor
Thu Jun 19, 2025 12:54 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 755

Re: Isn't it about time?

Who is standing still? Not many people are working on ZM anymore. People come and go. I remain but it is more than I can handle. Who are you? Are you offering to take on some task to help out? I commited to releasing 1.38 in May... came and went. It is very close but I have to do things that pay my ...
by iconnor
Thu Jun 19, 2025 3:59 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage Review functionality changed?
Replies: 5
Views: 417

Re: Montage Review functionality changed?

Please check your logs... what you describe sounds suspiciously like an API config misconfig

Half the time I think I'd like to use the API more, the rest of the time I think I should just drop it entirely.
by iconnor
Thu Jun 19, 2025 3:57 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage Review functionality changed?
Replies: 5
Views: 417

Re: Montage Review functionality changed?

Possibly... I did just merge some stuff from some other branches...

The general gist of which should reduce the php ram requirements to generate the page....

But as always... any change can break all kinds of other things.

I'll do some more testing tomorrow...
by iconnor
Wed Jun 18, 2025 3:16 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 8
Views: 755

Re: Isn't it about time?

Why not just release it? Because we know it has issues that we would like to resolve before release. Also, I am overworked and under paid. I'll get to it soon. ZM motion detection does still have it's uses, but yeah is eclipsed by real AI, and yeah, we SHOULD be pushing the analysis into the camera ...
by iconnor
Wed Jun 18, 2025 2:10 pm
Forum: ZoneMinder 1.36.x
Topic: Recurring Errors in /var/log/zm/error.log
Replies: 2
Views: 533

Re: Recurring Errors in /var/log/zm/error.log

This is fixed in 1.36.36 which is available for testing in my proposed ppa.