Many callback buffers for camera preview

370 views Asked by At

I'm working with camera in Android and I'm using preview callback with byte buffer. If I call the function addCallbackBuffer many times, it will add several buffers. In what order will be used added buffers when the catching frame - in order of adding or in a chaotic order?

0

There are 0 answers