Protocols
The following protocols are available globally.
-
Interface that user’s custom object should conform to in order to receive events from
VisionSafetyManager
. Delegate methods will not be called untilCamera.isCalibrated
value becomestrue
due to highly imprecise results. Delegate methods are called one by one followed byvisionManagerDidCompleteUpdate
call on a delegate ofVisionManager
.NOTE: All delegate methods are called on a background thread.
See moreDeclaration
Swift
public protocol VisionSafetyManagerDelegate : AnyObject