VisionSafetyManagerDelegate

public protocol VisionSafetyManagerDelegate : AnyObject

Interface that user’s custom object should conform to in order to receive events from VisionSafetyManager. Delegate methods will not be called until Camera.isCalibrated value becomes true due to highly imprecise results. Delegate methods are called one by one followed by visionManagerDidCompleteUpdate call on a delegate of VisionManager.

NOTE: All delegate methods are called on a background thread.