This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

V4L2_PIX_FMT_Y16 is not supported by DM3730-DVSDK4.02 isp.c

Other Parts Discussed in Thread: DM3730

Hi,

I'm trying to connect a camera which outputs parallel 10bit gray image data to the DM3730 camera interface.

I programmed  the linux driver of my camera by myself, and tried to set the pixel format to V4L2_PIX_FMT_Y16 in driver and linux applicaion,but failed.

I found that the format V4L2_PIX_FMT_Y16 is not supproted in DM3730 DVSDK4.02 spi.c.Thus,I tried to change the pixel format to V4L2_PIX_FMT_SGRB10 in both camera linux driver and applicaion program,and could get frame buffer in user space.

Now I need to change the image to 24bit RGB format to be displayed.My camera outputs 10 bit gray image data ,but I set the pixel format in both linux driver and linux application program as V4L2_PIX_FMT_SGRB10.

Thus,I'm not sure the image data gotten from user space(DM3730 outsputs image data from CCDC directly) in which kind of pixel format?Is the format still 10bit grey or it has been changed into another format due to choosing V4L2_PIX_FMT_SGRB10?

Thanks.