Hey,
I want to stream a sequence of 1-bit images. But my experiment demands that the sequence can move forward or backward in real-time based on the movement of an external device. So if I have five images at index 0 1 2 3 4. Can I display image 1 then 2 and then come back to 1? In other words send 1 image at a time?
To my understanding, flash requires a predefined sequence of images and it cannot be changed quickly. But can I do this by streaming the images using HDMI? Are there APIs which can stream my sequence in manner? I want to achieve pattern rate of 500Hz.
Thanks for the help
Aamir