Hello we study the video capture driver for v4l2. We see that for set up the correct video capture port parameters, we have to modify ti81xx_vpss.c, is this correct? It seems that the settings on ti81xxvin.c are overwritten by the sdev_info of ti81xx_vpss. So the setup pf the capture format can't be done by saLoobback file, is this correct? So if i want to capture my streaming coming from cmos, i have to setup tivpss with
- external vsync and hsync
- rgb888
- 24 bit
Is this correct? I do this operations but i can not capture images with saLoopback.
thanks