Hi,
how to rebuild an example http://wiki.davincidsp.com/index.php?title=Accessing_pixels_in_a_frame_on_DM643x into double buffered schema?
Thanks a lot.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
how to rebuild an example http://wiki.davincidsp.com/index.php?title=Accessing_pixels_in_a_frame_on_DM643x into double buffered schema?
Thanks a lot.
The capture and display drivers already implement a double buffering scheme, this being said I am not entirely sure what you want to do?
Dear Bernie!
Thanks for reply.
This sounds similar to what Vadim was asking recently. Essentially to have two frame buffers accessable to your application you have to allocate and manage them within your application, the capture and display drivers use multiple buffers internally but you only typically have one available for use by your application code. In other words I would allocate 4 frame buffers instead of 3 and than only keep two of them queued to the driver, while the other two are owned by your application to do the processing you want.