FaceTrackingState
enum FaceTrackingState : UInt, @unchecked Sendable
State of tracked face.
-
Indicates no change in tracking
Declaration
Swift
case none = 0
-
Indicates a new face is being added to the tracking list
Declaration
Swift
case new = 1
-
Indicates the face is being tracked
Declaration
Swift
case tracked = 2
-
Indicates face is lost and is no longer tracked
Declaration
Swift
case lost = 3