I need to figure out a method to capture one frame from an image sensor on DM355. My image sensor (MT9P031) is operating in a snapshot mode and produces a single frame on demand (trigger).
Is there an interrupt I can use that would indicate that the whole frame was captured? It appears that in current implementation (DVSDK 3.01) the start of the next frame triggers an interrupt indicating the the previous frame can be processed. In my case, the next frame never comes. So, I need some kind of notification that the whole frame was captured and saved to SDRAM.
Thank you.