Hi,
We have a product based on DM8148 and it is working with a few different types of cameras (YUYV and BT656 with tvp5150). We use EZSDK 5_05_02_00 and overlay code. We use V4L2 based capture driver.
Now we need to add a support to capture from a CMOS sensor which outputs Bayer pattern image. According to the datasheet, the ISS has a support for Bayer, but I don't see much document or software for that. I have seen a few post in the forum about capturing Bayer pattern but there are no answers.
Q1. Is it possible to capture Bayer pattern with V4L2?
Q2. If not, then do we need to use OMX capture? If that is the case, how can we capture from Bayer (and also other decoders, such as tvp5150)?
Thanks,
tamo2