Hi!
I am using DM6437 with sensor CMOS (MT9P031 monochromatic, so I capture raw image) and without drivers.
I need to change the sensor configuration to capture different size of image during the processing. What is the best way to do preview and resize?
Let me explain better:
I need to have 2 buffers, one with RGB image to analyze and another to show (YCbCr).
The sizes than I need are VGA (640x480) and QXGA (2048x1536).
I think the best way is, configure CCDC to get the image and write into DDR, configure resize (720x480) and configure preview to show (RGB2YCbCr).
Am I wrong?
Or can I show the image without resize?
Thanks!