VisionManagerDelegate

public protocol VisionManagerDelegate : AnyObject

Interface that user’s custom object should conform to in order to receive events from VisionManager. Some 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, which denotes the end of the iteration.

Note

All delegate methods are called on a background thread.