??? 03/27/08 08:07 Read: times |
#152602 - Final Version 0.4 Posted Responding to: ???'s previous message |
The very final version of the C328R VGA JPEG Camera low level code has been posted on my website at:
http://members.iinet.net.au/~vanluynm/ The random sequential access code has been removed. There is a bug in the C328R (mine at least) that frequently creates discrepancies between the image size reported at capture, and the amount of image data available. This made the random sequential access code behave just as poorly. Try not to rely on the size of the captured image reported by the C328R camera or software modules. Retrieve image data package by package until you encounter a package that is smaller than the maximum payload size. This indicates the final image data package. Regards, Murray R. Van Luyn. |