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 IDataCaptureService.DebugLog
Methods
Name | Description |
---|---|
onBeginSeries | Called when a series of video frames begins. |
onEndSeries | Called when a series of video frames ends. |
onSaveImageBufferNV21 | Called to log an image in the NV21 format. |
onAttachDebugInfo | Called to deliver debug information associated with a logged image. |
3/2/2022 12:59:15 PM