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?