Search found 1246 matches

by dougmccrary
Thu May 16, 2024 9:54 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Latest version appears to have a memory leak?
Replies: 7
Views: 305

Re: Latest version appears to have a memory leak?

Just a note - if you were running anything less than 1.37.60, what I said before was sorta true for me. But yesterday's .60 seems better. I'm about to get today's .60.
by dougmccrary
Thu May 16, 2024 9:47 pm
Forum: ZoneMinder 1.36.x
Topic: Suspect not enough memory allocated for the Kodicomm 8800 capture card
Replies: 1
Views: 98

Re: Suspect not enough memory allocated for the Kodicomm 8800 capture card

Check Maximum Image Buffer Size (frames) (?) - 0 is unlimited. AFAIK, that's all you can do, although there may be something specific to your card that can be adjusted, maybe in a config file.
by dougmccrary
Thu May 16, 2024 4:34 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Latest version appears to have a memory leak?
Replies: 7
Views: 305

Re: Latest version appears to have a memory leak?

Pretty much, yes. Unless it got much worse for you the last few builds. Been a problem since 1.34 - code name The Memory Remains
by dougmccrary
Wed May 15, 2024 10:51 pm
Forum: ZoneMinder 1.36.x
Topic: shm issue
Replies: 3
Views: 449

Re: shm issue

In my firewall i allowed udp/tcp traffic on port 554, do it need more rules?
No. Most firewalls only block unrequested traffic. ZM is requesting from the camera, so the firewall should have no effect.

Speaking of udp/tcp, did you try both with your camera? Some only work one or the other.
by dougmccrary
Wed May 15, 2024 7:14 am
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?

Do you have a procedure in order to reduce the fps when capturing images different than the "Maximum FPS" and "Alarm Maximum FPS"? When I try to use them I have the well known issues regarding them. I seems to work for me in 1.36 and 1.37. And where you do the manual ffmpeg, I m...
by dougmccrary
Wed May 15, 2024 2:46 am
Forum: ZoneMinder 1.36.x
Topic: zmc is saving empty files
Replies: 7
Views: 918

Re: zmc is saving empty files

Maybe you can fix the IP in your router. Check to see if there is a way to assign an IP address based on the camera MAC address(s).
by dougmccrary
Tue May 14, 2024 8:29 pm
Forum: ZoneMinder 1.34.x
Topic: Turning a python video stream URL into a ZM Monitor?
Replies: 2
Views: 1424

Re: Turning a python video stream URL into a ZM Monitor?

by jubishop » Mon May 13, 2024 8:45 am
Did you ever get it working?
Arlo cameras are not compatible with zm because they do not stream.
by dougmccrary
Tue May 14, 2024 8:26 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?

First, if using 1.36, you should post there.
Second, you should upgrade to 1.36.34
Third, do you really need 25FPS?
Finally, what OS are you on?
by dougmccrary
Tue May 14, 2024 8:10 pm
Forum: ZoneMinder 1.36.x
Topic: Improve motion detection
Replies: 2
Views: 200

Re: Improve motion detection

You mean Remote Source Type? Unless you have an oddball setup you want ffmpeg source type.
So start with that, or explain more about your camera setup.
by dougmccrary
Sat May 11, 2024 10:05 pm
Forum: ZoneMinder 1.36.x
Topic: Event view controls
Replies: 4
Views: 284

Re: Event view controls

OK. I see what you mean now. I don't think there are shortcuts, although perhaps you could customize your keyboard for them?

edit:
I don't have a camera that res, but looks like maybe you could export and play in VLC with less loss?
by dougmccrary
Sat May 11, 2024 12:43 am
Forum: ZoneMinder 1.36.x
Topic: Events don't have end times
Replies: 3
Views: 265

Re: Events don't have end times

In Options->Config
Screenshot 2024-05-10 at 17-41-08 ZM - Options.png
Screenshot 2024-05-10 at 17-41-08 ZM - Options.png (7.37 KiB) Viewed 256 times
?
by dougmccrary
Sat May 11, 2024 12:24 am
Forum: ZoneMinder 1.36.x
Topic: Time Zone used in Event List
Replies: 8
Views: 402

Re: Time Zone used in Event List

Excellent. Good work! Leaves alwhaley's problem, unfortunately. Apparently, he needs UTC.
by dougmccrary
Sat May 11, 2024 12:15 am
Forum: ZoneMinder 1.36.x
Topic: Can't access dedicated storage
Replies: 2
Views: 179

Re: Can't access dedicated storage

path "/mnt/recordings/zoneminder"
maybe should be
path /mnt/recordings/zoneminder/
zm needs to make more directories there.
by dougmccrary
Fri May 10, 2024 9:40 pm
Forum: ZoneMinder 1.36.x
Topic: Event view controls
Replies: 4
Views: 284

Re: Event view controls

Have you tried setting Monitor->Misc->Default Scale ?
by dougmccrary
Fri May 10, 2024 9:36 pm
Forum: ZoneMinder 1.36.x
Topic: Time Zone used in Event List
Replies: 8
Views: 402

Re: Time Zone used in Event List

See if
sudo timedatectl set-timezone America/New_York
helps.
Having messed with it here, not sure it'll help, but shouldn't hurt, either.