onBufferProcessedWithStatus:result: method of the RTRImageCaptureServiceDelegate protocol
Notifies the delegate that an image was captured and delivers the result.
When stability of the result has reached the desired level, the service may be stopped by calling the stopTasks method of the RTRImageCaptureService protocol.
This method is to be implemented on the client side. The implementation of this method will probably contain assessing the result plausibility, displaying the results to the user or using them in any way you need.
- (void)onBufferProcessedWithStatus:(RTRImageCaptureStatus*)status result:(RTRImageCaptureResult*)result;
Parameters
- status
- The status of the image capture.
- result
- The result of the image capture.
02.03.2022 12:59:15