submitRequestedFrame method of the ITextCaptureService interface
Submits the video frame obtained from the camera after it is requested through the Callback.onRequestLatestFrame method.
void submitRequestedFrame( byte[] buffer );
Parameters
- buffer
- The buffer filled with image data for the latest frame. Only NV21 format is currently supported. This should be the same buffer which has been passed via the call to the Callback.onRequestLatestFrame method.
3/2/2022 12:59:15 PM