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.

DM6446 & 16 bit grey digital video input. Can i use v4l2 driver?

Hello,

I am working digital video system project.

this is my system.

digital imager -> dm6446's capture pin (16 bits) -> upload to host PC by USB 2.0

digital imager has 16 bit grey/pixel, 320*240, 60 frame/sec, horizontal sync ,vertical sync and pixel clock.

Data bus is connected to DM6446 by 16 bit pins which are CCD0 ~ 15 pins.

  

I'm considering lsp\ti-davinci\drivers\media\video\davinci\davinci_vpfe.c , vpfe_doioctl ( ) ,  case VIDIOC_S_FMT: .... etc.

Maybe, they does not support our imager format now....

Thus , I think I need  very complex modifying work for v4l2 driver to use our digital imager.

is it correct?