Search found 2935 matches

by iconnor
Sun Jun 02, 2024 4:46 pm
Forum: ZoneMinder 1.36.x
Topic: 1.32.3 screw-up
Replies: 3
Views: 209

Re: 1.32.3 screw-up

It seems like your events table has had later modifications, the StartTime column got renamed to StartDateTime in 1.35.13.

Weird.
by iconnor
Sun Jun 02, 2024 4:43 pm
Forum: ZoneMinder 1.36.x
Topic: 1.32.3 screw-up
Replies: 3
Views: 209

Re: 1.32.3 screw-up

You can just delete /usr/share/zoneminder/db/zm_update-1.33.7.sql

It adds triggers, which you can also do by mysql -u zmuser < /usr/share/zoneminder/db/triggers.sql
by iconnor
Wed May 29, 2024 1:27 pm
Forum: ZoneMinder 1.36.x
Topic: Fresh install on ubuntu 22.04 - ZM not starting
Replies: 8
Views: 325

Re: Fresh install on ubuntu 22.04 - ZM not starting

Use ppa:iconnor/zoneminder-proposed for nobie packages of 1.36
by iconnor
Mon May 27, 2024 2:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Problem when saving monitor config: 'Maximum Image Buffer Size' set to '0' zero
Replies: 6
Views: 624

Re: Problem when saving monitor config: 'Maximum Image Buffer Size' set to '0' zero

Apparently I applied the fix to 1.36 but not to master.

New packages building.
by iconnor
Fri May 24, 2024 6:25 pm
Forum: ZoneMinder 1.36.x
Topic: Alarm notification with corrupted image file
Replies: 3
Views: 227

Re: Alarm notification with corrupted image file

This is fixed in 1.37. In short it is sending the email and attaching the image before zmc is finished writing the file.

We added file locking so that this wouldn't happen.
by iconnor
Thu May 23, 2024 5:57 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Table "User_Preferences" in BD ?
Replies: 3
Views: 357

Re: Table "User_Preferences" in BD ?

Because it is a per-session setting, the user preference sets the default value on login, but then it can be changed.

We should probably switch to storing more things in the session table server-side instead of cookies to reduce traffic though.
by iconnor
Thu May 23, 2024 1:06 pm
Forum: ZoneMinder 1.36.x
Topic: H264 Stream Failure in ZoneMinder, Works in VLC
Replies: 4
Views: 483

Re: H264 Stream Failure in ZoneMinder, Works in VLC

If not decoding then you cannot view them. So someone set that to off. It didn't do it by itself.
by iconnor
Wed May 22, 2024 2:04 pm
Forum: ZoneMinder 1.36.x
Topic: New testing PPA
Replies: 7
Views: 34019

Re: New testing PPA

Just pushed a bunch more fixes and some code to reduce ram use while recording.

I feel it needs a bit of testing before release. Please let me know if you see anything weird.
by iconnor
Wed May 22, 2024 2:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Table "User_Preferences" in BD ?
Replies: 3
Views: 357

Re: Table "User_Preferences" in BD ?

Yes. But cookies would still be used, the values in this table would setup the defaults for the session.
by iconnor
Mon May 20, 2024 12:52 pm
Forum: ZoneMinder 1.36.x
Topic: Start main stream on event
Replies: 1
Views: 342

Re: Start main stream on event

Not currently in 1.36 and never will.

In 1.37 we have an on demand capture functionality that could be made to work based on linked monitors but isn't currently.
by iconnor
Fri May 17, 2024 2:14 pm
Forum: ZoneMinder 1.36.x
Topic: Suspect not enough memory allocated for the Kodicomm 8800 capture card
Replies: 2
Views: 311

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

Tear is not caused by image buffers.

It has been about 4 years since I last had my kodicom 8800, so I can't remember what settings worked well with it.
From memory, it was a good card that could do a decent frame rate. I suggest playing with multi buffering and captures per frame settings.
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: 8
Views: 969

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: 5138

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...