Hi Javier,

On Friday 29 July 2011 14:31:12 javier Martin wrote:
> All right,
> it works like a charm for me.
> 
> It took me a bit to figure out that binning and skipping is controlled
> through ratio between cropping window size and actual format size but
> it is clear now.
> 
> Just one thing; both VFLIP (this one is my fault) and HFLIP controls
> change the pixel format of the image and it no longer is GRBG.
> 
> Given the following example image:
> 
> G R G R
> B G B G
> 
> If we apply VFLIP we'll have:
> 
> B G B G
> G R G R
> 
> And if we apply HFLIP we'll have:
> 
> R G R G
> G B G B
> 
> I am not sure how we could solve this issue, maybe through adjusting
> row and column start...

That's probably the easiest solution, yes.

> In any case the driver is OK for me and the issue with VFLIP and HFLIP
> could be solved later on.

OK. Thanks for the review.

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to