use other formats from ov3640 camera sensor through the isp pipeline

2013-12-10 Thread Tom
Hello,

I am using the ov3640 camera sensor along with the isp pipeline and
configured it like: sensor-ccdc-memory

My sensor supports more formats like rgb565 and so. Does anyone have an idea
how I could manage to set these formats out of the users application? If I
understand it right, the isp pipeline will not allow a format the ccdc sink
pad does not know.

Regards, Tom

--
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


Re: use other formats from ov3640 camera sensor through the isp pipeline

2013-12-10 Thread Laurent Pinchart
Hi Tom,

On Tuesday 10 December 2013 10:42:22 Tom wrote:
 Hello,
 
 I am using the ov3640 camera sensor along with the isp pipeline and
 configured it like: sensor-ccdc-memory
 
 My sensor supports more formats like rgb565 and so. Does anyone have an idea
 how I could manage to set these formats out of the users application? If I
 understand it right, the isp pipeline will not allow a format the ccdc sink
 pad does not know.

That's correct. The right way to fix this is to extend the OMAP3 ISP driver to 
support the formats you need on the CCDC pads.

-- 
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