Hi,
We have TDA3x starter kit from D3 Engineering along with OV10640_IMI sensor. We would like to trigger the camera at 20 FPS using an externally generated 20 Hz signal (outside TDA3x). What are the ways we could go about doing this? Is there a GPIO pin which we can configure to pass the signal to the camera?
One idea we have is, to use a GPIO to receive the 20 Hz signal and set the GPIO interrupt. In the interrupt routine, we can send a trigger command (if possible). This would be a software method and might result in small delays (which might be fine, we don't know yet).
Another way is to generate new square wave based on the input square wave and (assuming there is a route from a GPIO on TDA3x to deserializer), pass this output square wave to deserializer, which will then go through the backward channel of SerDes pair to the camera. If anyone has any ideas about what's a good place to start with, it would be greatly appreciated.
Thanks,
Keerthi