DebugLog interface
A callback interface for collecting debug data. This interface and its methods are to be implemented on the client side.
interface IRecognitionService.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. |
02.03.2022 12:59:15