I don't know how to select my on board LI module camera as input (instead of the default TVP5146).
I've seen in the documentation that GPIO 157 needs to be low. And I've also been able to force this line low via /sys/class/gpio/gpio157.
However, VIDIOC_ENUMINPUT always comes back with only COMPOSITE & S_VIDEO.
Looking in the omap34xxcam driver, I see that vdev->vdev_sensor_mode must be 0 for camera to be enabled. For some reason it's not.
I want to be able to dynamically switch between TVP5146 and on board camera as video input. Does anyone know how to do this?