I look at one of the examples and see that it calls tv.capture().
What I’m curious about is are the API calls (or some other method) to get the results of the capture, perhaps as a bit map, that can then be operated on by the program? So for example, could I store a bitmap of frame in Arduino memory, then do another capture. Then do some programmatic analysis on which bits changed?
Anyone know if that is possible? I didn’t see anything for addressing the data in the frame in the TVout library.
If it is possible, anyone know how fast it would be to get the frame data?