onFrameProcessed method of the Callback interface
Called by the service to deliver the feedback and result of image capture.
When the confidence returned by this method has reached the desired level, the service may be stopped by calling the stop method.
void onFrameProcessed(
IImageCaptureService.Status status,
IImageCaptureService.Result result
);
Parameters
- status
- The current status of capture (for UI feedback).
- result
- The result of the capture.
02.03.2022 12:59:15