DebugLog interface
A callback interface for collecting debug data. This interface and its methods are to be implemented on the client side.
Inherited from the IRecognitionService.DebugLog interface without any modification.
interface IImageCaptureService.DebugLog
Methods
Name | Description |
---|---|
onBeginSeries | Begins a series of video frames. |
onEndSeries | Ends the series of video frames. |
onSaveImageBufferNV21 | Logs the image in NV21 format. |
onAttachDebugInfo | Attaches debug info associated with the image. |
3/2/2022 12:59:15 PM