Search found 3404 matches

by iconnor
Sat Jul 12, 2025 11:08 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lost Log menu item
Replies: 2
Views: 163

Re: Lost Log menu item

If you turn off database logging, then it goes away because there is nothing to show.
by iconnor
Sat Jul 12, 2025 2:24 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Dark Mode in login page?
Replies: 1
Views: 219

Re: Dark Mode in login page?

I would expect the login page to use whatever theme is set as the default. Perhaps there just aren't drak styles applied to it. Seems weird. Will have to look into it.
by iconnor
Sat Jul 12, 2025 2:23 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Settings for external access
Replies: 3
Views: 216

Re: Settings for external access

Weird. Can you inspect the url in the img tag for the stream and post the differences?
by iconnor
Fri Jul 11, 2025 10:04 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Upgrading DB to not existing version 1.37.67
Replies: 1
Views: 162

Re: Upgrading DB to not existing version 1.37.67

Yeah it does that. I just bumped the actual version to .67 now so it will match up.

Big new feature is Go2RTC support.
by iconnor
Fri Jul 11, 2025 9:42 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: api/events/index/MonitorId:1.json "limit" and sort order query parameters no longer work in recent versions
Replies: 13
Views: 2394

Re: api/events/index/MonitorId:1.json "limit" and sort order query parameters no longer work in recent versions

Took another look... most of the stuff I was doing is apparently not required. query params are all parsed by the paginator. But there is no way to get the paginator to return all results, so now we only do pagination if either limit or page is specified in the query. Your initial url works fine for ...
by iconnor
Fri Jul 11, 2025 9:09 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Amcrest ONVIF events
Replies: 14
Views: 679

Re: Amcrest ONVIF events

THe Amcrest_API thing is entirely separate from ONVIF. It is an entirely different API. I need to get aroudn to removing it from the ONVIF page.

I also see no purpose in using it if ONVIF works.
by iconnor
Wed Jul 09, 2025 9:30 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Amcrest ONVIF events
Replies: 14
Views: 679

Re: Amcrest ONVIF events

The settings you had work for my amcrest cams.

Path should just be /Events.

Use the ONVIF_Alarm_Text to match the message. THe default of Motion should have worked for you.

TUrn on debug and see what the logs say.
by iconnor
Wed Jul 09, 2025 9:13 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: SIDEBAR_MAIN_EXTRUDER is null
Replies: 2
Views: 287

Re: SIDEBAR_MAIN_EXTRUDER is null

New packages are building that should fix these issues
by iconnor
Mon Jul 07, 2025 2:42 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 11
Views: 2973

Re: Isn't it about time?

ZoneMinder will always provide options to best use features of cameras, or provide those features in a secure manner. THe cameras that I have Annke c800 I think... and Tapo C520WS are not using cloud for it. SO that's ok by me. Yeah, I always recommend locking the cameras down to not access internet ...
by iconnor
Mon Jul 07, 2025 1:59 am
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 5
Views: 1433

Re: mlapi request takes too long

Ok, so maybe the db lookup is slow... the frames table is huge and if the event is long there would be a ton of frame records to search through...

So this is not ideal, will put it on the todo list to look into
by iconnor
Wed Jul 02, 2025 10:18 pm
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 5
Views: 1433

Re: mlapi request takes too long

I can't imagine what would take that long, but at the same time... not sure who is actually using mlapi and the python apis keep changing, etc.

I will fire up my ai box and take a look.
by iconnor
Fri Jun 27, 2025 3:55 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Attempt to fetch string value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean. Try running 'zmupdate.pl -f' to reload
Replies: 3
Views: 1626

Re: Attempt to fetch string value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean. Try running 'zmupdate.pl -f' to re

The ZM_STRICT_VIDEO_CONFIG is a bit of a red herring. The error could pertain to any config value. That's just the first it hits. There is a disconnect between your dbconfig entries and what is compiled into zmc. Are you self-compiling zm? If you have updated zmc etc, but not updated the perl ...
by iconnor
Thu Jun 26, 2025 10:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Features in 1.37
Replies: 7
Views: 70690

Re: Features in 1.37

Lots of new features have gone in, but I don't have time right now to do a proper update. I just merged support for go2rtc and it works so much better than rtsp2web or janus. So for live 264 viewing with audio... right now this is the way to go.