Search found 2883 matches

by iconnor
Tue Feb 13, 2024 2:28 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Where is the "ALL" button when viewing the monitor live?
Replies: 1
Views: 652

Re: Where is the "ALL" button when viewing the monitor live?

I think it got lost around 2017....Wouldn't be too hard to put it back. Also one to take you to the timeline view...
by iconnor
Mon Feb 12, 2024 9:15 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Reuse Deleted Monitor IDs
Replies: 7
Views: 981

Re: Reuse Deleted Monitor IDs

We don't actually delete monitors anymore. We just mark them deleted. SO it may have silently failed because there is still a record at that id. This is why we list some available ids in the ui
by iconnor
Mon Feb 12, 2024 9:13 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Settings for motion detection recording
Replies: 1
Views: 766

Re: Settings for motion detection recording

Do Decoding=Keyframes + OnDemand and you will get around 1 image per second which may be enough for motion detection.
by iconnor
Mon Feb 12, 2024 9:12 pm
Forum: ZoneMinder 1.34.x
Topic: The storage options in ZoneMinder
Replies: 6
Views: 1309

Re: The storage options in ZoneMinder

The AI post above gets most of it right, except for the purge policy stuff. Total lies.
by iconnor
Mon Feb 12, 2024 9:11 pm
Forum: ZoneMinder 1.36.x
Topic: Installing on MicroOS
Replies: 3
Views: 546

Re: Installing on MicroOS

It is discouraged because people don't know what they are doing and we don't have the resources to help them. It really isn't too bad, but you need to install all the compile time dependencies of which there are a lot. The cmake command that matches what we do for debian is as follow: cmake -DCMAKE_...
by iconnor
Sun Feb 11, 2024 11:36 pm
Forum: ZoneMinder 1.36.x
Topic: ZMNinja Blank Monitors
Replies: 8
Views: 12316

Re: ZMNinja Blank Monitors

(Why are we whispering?)
by iconnor
Fri Feb 09, 2024 8:04 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Janus, mute/unmute
Replies: 5
Views: 1051

Re: Janus, mute/unmute

Your browser cannot play h265. It will not work.
by iconnor
Thu Feb 08, 2024 5:22 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja mobile app port issue
Replies: 2
Views: 1800

Re: zmNinja mobile app port issue

Probably a bug. Will take a look. Make sure you are on the latest 1.7.006
by iconnor
Wed Feb 07, 2024 12:55 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Problem with face recognition
Replies: 13
Views: 2089

Re: [SOLVED] Problem with face recognition

pyzm is packages separately from zoneminder. I doubt apt will pick up the changes (perhaps we should package it for apt, I'll look into that). You need to updateit with pip. Or pip3 .

sudo pip3 install pyzm --upgrade

Should get you 0.3.64
by iconnor
Wed Feb 07, 2024 12:32 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Viewing a recording using the MP4 and MJPEG codec
Replies: 2
Views: 1727

Re: Viewing a recording using the MP4 and MJPEG codec

Since most of us don't have a 4k monitor... ZM scales the jpeg down and asks for zms to send an image sized to whatever is actually being displayed on the screen. THis saves a ton of CPU. So it should not be sending a 4k mjpeg stream unless you are doing something weird. Or there is a bug that I am ...
by iconnor
Mon Feb 05, 2024 3:22 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Event timeline / scroll bar resets when dragged
Replies: 8
Views: 2121

Re: Event timeline / scroll bar resets when dragged

Chrome is stupid. We implemented range support years ago, so that the browser could support seeking and not download the entire mp4 before viewing. This works great in ff, but in Chrome it decides to ask for 16k chunks at a time. Takes forever to even start playing the video. So we disabled that for...
by iconnor
Mon Feb 05, 2024 3:17 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Problem with face recognition
Replies: 13
Views: 2089

Re: [SOLVED] Problem with face recognition

Current version has the typo applied. Was committed on July 9th.
by iconnor
Sat Feb 03, 2024 7:25 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Make CSV in 1.36 suitable for 1.37?
Replies: 5
Views: 2004

Re: Make CSV in 1.36 suitable for 1.37?

That import was something quickly convoluted together for tesla not as a complete db dump... I thought the fields were specified in the import pop-up so youd have to make sure it matched. Def needs work
by iconnor
Fri Feb 02, 2024 2:39 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Make CSV in 1.36 suitable for 1.37?
Replies: 5
Views: 2004

Re: Make CSV in 1.36 suitable for 1.37?

Are you referring to the import on the add_monitors view? I'm really confused. What are you using to do the export/import? I'm not aware of this existing. Is it something you've written? I don't think I've changed any fields other than Function and Enabled. But the columns are still there, so an sql...