Yeah, the posted patch was wrong. Leaving HTML on messed up the patch, even though it was in a code block. It will be posted once I get the thing to post correctly.
I put the patch on the ZoneMinder Wiki
Get it here:
http://www.zoneminder.com/wiki/index.php/1.24.2_Patches
Andy
Search found 9 matches
- Wed Feb 17, 2010 10:55 pm
- Forum: User Contributions
- Topic: [REPOSTED PATCH] Fix "Incomplete read of frame image da
- Replies: 8
- Views: 8593
- Mon Feb 01, 2010 4:06 pm
- Forum: ZoneMinder 1.24.x
- Topic: Frame server
- Replies: 4
- Views: 4661
I posted a patch in the user contributions forum to fix the "Incomplete frame" problem. Here is a link to my post:
http://www.zoneminder.com/forums/viewtopic.php?t=15255
Andy
http://www.zoneminder.com/forums/viewtopic.php?t=15255
Andy
- Wed Jan 27, 2010 7:57 pm
- Forum: User Contributions
- Topic: [REPOSTED PATCH] Fix "Incomplete read of frame image da
- Replies: 8
- Views: 8593
[REPOSTED PATCH] Fix "Incomplete read of frame image da
This patch adds a loop when reading from the frame image pipe. I was getting occasional "Incomplete" messages (in which case, the frame is dropped), even though the whole frame was sent to the pipe. The problem is that all the data was not available in the pipe for zmf when it read from the pipe ...
- Fri May 08, 2009 4:10 pm
- Forum: ZoneMinder 1.24.x
- Topic: PATCH: v4l2 restore control settings (hue, brightness, etc)
- Replies: 3
- Views: 3409
PATCH: v4l2 restore control settings (hue, brightness, etc)
Here is a simple patch that will restore the video control settings when zm is restarted when using a v4l2 driver. *** zm/src/zm_local_camera.cpp 2009-04-10 09:49:56.000000000 -0500 --- zm-andy/src/zm_local_camera.cpp 2009-04-17 10:55:16.000000000 -0500 *************** void LocalCamera::Initialise ...
- Mon Mar 02, 2009 4:30 pm
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8448
Using the packed attribute fixed the fps problem, but I had to take out the two /C after the paused field that were already in the SVN code to get zoom right. This is my current line: unpack( "ltype/imonitor/dfps/istate/ilevel/Cdelayed/Cpaused/irate/ddelay/izoom/Cenabled/Cforced") Is this problem ...
- Mon Mar 02, 2009 12:21 am
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8448
- Thu Feb 26, 2009 8:42 pm
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8448
- Thu Feb 26, 2009 5:33 pm
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8448
- Wed Feb 25, 2009 4:21 pm
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8448
Possible fix for incorrect fps and zoom values
I was having a problem with incorrect fps and zoom values in live and montage views. I found that the following change seems to fix the problem. Line 94 in web/ajax/stream.php reads something like: $data = unpack("ltype/imonitor/dfps/istate .... I changed it to: $data = unpack("ltype/imonitor/C/C/C ...