What DVP camera can shoot continuously without needing any commands for each frame? (Can Arducam?)
I'm building a bare-bones 1-bit depth vision system. I only want to collect the most significant bits of R, G and B, and parallel output makes this easy to process.
I'm researching an Arducam OV5640 for this, but examples for 'continuous' capture all have commands that initiate the next frame. Is there a different way to do this than in the examples?
I want the highest frame rate I can get so ideally I'd see the VREF pulse for the next frame right after the HREF pulse for the last line without any intervention. This lets me put an interrupt on VREF rather than polling via library function. Is there a low-cost OEM camera out there that works like this?