Search found 2923 matches

by iconnor
Thu May 16, 2024 2:35 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Latest version appears to have a memory leak?
Replies: 7
Views: 309

Re: Latest version appears to have a memory leak?

There are no known memory leaks. Every time I dig into one of these reports I find that the machine is under-spec'd and the user is ignoring their logs. It is frustrating for everyone. The most recent report, the user had a large pre-event-count. 150. Larger than the maximagebuffers count. So the po...
by iconnor
Wed May 15, 2024 1:44 pm
Forum: ZoneMinder 1.34.x
Topic: How do I enable FFMPEG cuda acceleration?
Replies: 11
Views: 4521

Re: How do I enable FFMPEG cuda acceleration?

ZM does not need to be recompiled to use cuda. It depends on the installed system libraries. So they need to be ones that have cuda installed. If the ffmpeg command line works, then zm will too. The ffmpeg binary is used in some scripts for generating videos from the jpgs. That is all. We use the li...
by iconnor
Wed May 15, 2024 1:39 pm
Forum: ZoneMinder 1.36.x
Topic: shm issue
Replies: 3
Views: 449

Re: shm issue

These lines tell us that capture is failing. Not sure why though if it works in vlc. Maybe turn on debug logging and you'll get more info.

Unable to open input rtsp://10.2.43.101:554/s0 due to: Immediate exit requested
Failed to prime capture of initial monitor
by iconnor
Mon May 13, 2024 1:05 pm
Forum: ZoneMinder 1.36.x
Topic: H264 Stream Failure in ZoneMinder, Works in VLC
Replies: 2
Views: 228

Re: H264 Stream Failure in ZoneMinder, Works in VLC

you may need to specify probesize= and or analyzeduration= in Source->Options. These correspond to the ffmpeg command line options. Google them. Try different values.
by iconnor
Sun May 12, 2024 10:30 pm
Forum: ZoneMinder 1.36.x
Topic: Capturing in NODECT, Encode in Auto, Which AI?
Replies: 6
Views: 502

Re: Capturing in NODECT, Encode in Auto, Which AI?

I have setup AI and LPR on my systems from time to time. It is never trivial. The googleable docs are what there is.

Your only real options are zmes or @baudneo's zomi-client|server stuff.

I don't actaully know what darknet is although I've seen the term lots.
by iconnor
Sun May 12, 2024 4:02 pm
Forum: ZoneMinder 1.36.x
Topic: Event view controls
Replies: 4
Views: 284

Re: Event view controls

We can look into adding them. keyboard ctrls make sense.
by iconnor
Thu May 09, 2024 11:32 pm
Forum: ZoneMinder 1.36.x
Topic: console showing capturing data for Not Running Monitors
Replies: 4
Views: 348

Re: console showing capturing data for Not Running Monitors

YOu'll have to give more details about what you are seeing.

I wonder if the Monitor->Misc->Signal Check Points and colour settings might be of use. Check for black.
by iconnor
Fri May 03, 2024 8:45 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2821

Re: Error writing packet: Invalid argument

That's a very good point. pts is changing, dts is not.
by iconnor
Fri May 03, 2024 8:41 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1078

Re: Montage page, Modernization

Actually lots of people want an arrangement where some cameras are bigger than others.

That's the problem, everyone wants something different.
by iconnor
Fri May 03, 2024 8:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1078

Re: Montage page, Modernization

2x and 4x should work fine. We set the img.style.width and height to whatever 2x and 4x would be. We just don't ask for more than 100% from the server. We only tell zms to scale down to improve network bandwidth and cpu use.
by iconnor
Fri May 03, 2024 2:09 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2821

Re: Error writing packet: Invalid argument

I see this all the time with cameras with a bad clock. When ntp syncs the clock jumps back in time.
by iconnor
Fri May 03, 2024 2:07 pm
Forum: ZoneMinder 1.36.x
Topic: Capturing in NODECT, Encode in Auto, Which AI?
Replies: 6
Views: 502

Re: Capturing in NODECT, Encode in Auto, Which AI?

In 1.37 you can use av1.
by iconnor
Fri May 03, 2024 1:11 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1078

Re: Montage page, Modernization

Regards to scale= in img stream. There is no point in ZM upscaling the images to send to the browser more than 100%. The browser can scale the image to whatever size it wants. So we limit that parameter.