What is the best Stream Buffer Handling Mode for my application?
Answered
0
-
"Best" is a fairly subjective term; it all depends upon your application requirements. If you only desire to have your camera display the latest image available, then using the "NewestOnly" buffer handling mode would be a good decision. Alternatively, if you require that your application cannot drop any frames while acquiring images, "OldestFirst" buffer handling mode would then be a good decision.
Further details on the "Buffer Handling" feature, and the different buffer handling modes, can be found in our application note, "Understanding Buffer Handling".
0
Please sign in to leave a comment.
Comments
1 comment