Hi,
We are working on a real-time capture system using Leopardboard DM365 with Aptina Sensor Board based on MT9v034. We have been able to configure the system to capture frames at 30 fps and are able to view it correctly as well. Capturing 30fps gives us a delay of 30milliseconds for each frame.
Now, we would like to capture a frame when an external GPIO event occurs, so instead of configuring the driver to capture continuously we would like it to take a snapshot only when request. These GPIO events will only occur up to 4-5 per second. In the current configuration (continuous display mode) due to the delay of 30 milliseconds we dont get the right frame.
We have been able to capture the GPIO events in the software, but havent been able to figure out how to use the driver in snapshot mode.
Please let us know what is the way to go about this.
Thanks,