Search found 6 matches

by ratatine
Fri Nov 01, 2013 6:09 pm
Forum: ZoneMinder 1.26.x
Topic: Memory map and palette issues
Replies: 4
Views: 2600

Re: Memory map and palette issues

Oh and Chippy, to answer your question for reference sake, BGR32/NTSC with 32 bit color. Resolution is 720x480. Capture method is vfl2 and I'm using a bt878 capture card. ipcs -l is ------ Shared Memory Limits -------- max number of segments = 4096 max seg size (kbytes) = 67108864 max total shared ...
by ratatine
Fri Nov 01, 2013 6:06 pm
Forum: ZoneMinder 1.26.x
Topic: Memory map and palette issues
Replies: 4
Views: 2600

Re: Memory map and palette issues

So after 24 hours doing nothing on the system it has magically started working on its own. No reboots, no changes. Insane. I did notice one issue after it started working where I had to log out and log back in to see video because zms was reporting authentication issues in the log. The memory map ...
by ratatine
Wed Oct 30, 2013 7:28 pm
Forum: ZoneMinder 1.26.x
Topic: Memory map and palette issues
Replies: 4
Views: 2600

Memory map and palette issues

Hey all. Just bit the bullet and upgraded my 1.25 to 1.26.4 and nothing has worked since. The first issue I ran into was complaints about access to a shared memory ID. The usual fixes didn't work. Had plenty of allocated shared memory. In the end fixed that one by adding -DENABLE_MMAP to the compile ...
by ratatine
Sat Apr 27, 2013 7:54 am
Forum: ZoneMinder 1.25.x
Topic: zm_event: Can't insert frames: You have an error in your SQL
Replies: 3
Views: 2257

Re: zm_event: Can't insert frames: You have an error in your

I can confirm that I never found another solution for this and today I'm still using the same change. Hasn't broken anything however.
by ratatine
Tue Feb 21, 2012 4:16 am
Forum: ZoneMinder 1.25.x
Topic: zm_event: Can't insert frames: You have an error in your SQL
Replies: 3
Views: 2257

Re: zm_event: Can't insert frames: You have an error in your

Lending out a bump... is this just the best way to fix this? I would think a better way would be to split the SQL statement or allocate the memory dynamically but I can always leave it as is on my copy and just run with it... ?

Thanks!
-James
by ratatine
Thu Feb 16, 2012 5:37 am
Forum: ZoneMinder 1.25.x
Topic: zm_event: Can't insert frames: You have an error in your SQL
Replies: 3
Views: 2257

zm_event: Can't insert frames: You have an error in your SQL

I'm surprised others haven't run into this issue but I've been debugging zm_event.cpp and have tracked down a problem. Now the question is - what's the right way to fix it. Basically, zma_m1 is creating 200 pre-capture frames (by my choice) and then attempting to write them to the database on line ...