I am trying to capture images from an mt9p031 sensor, using the predefined standard :
QXGA-MP-15, ie 2048 x 1536 at 15 fps
The problem I have is the capture seems to restart at some point.
The returned image starts correctly at the top. Let's say lines 0-1000 are correct,
and lines 1000-1500 are the same as lines 0-500.
Hardware is an appro photoelectron camera based on DM365.
Kernel is a 2.6.18 MV based, and looks very similar to what can be found in
lsp_02_10_00_14
Capture format is 12 bit unpacked.
To obtain the image, I pretended each pixel was a luminance value and put 0x80 in the chrominance, then
used the jpeg encoder.
Image below was resized, to avoid hurting the forums, but original image as the correct size.