ObjectCaptureSession.CaptureState
State of the capture session.
Declaration
enum CaptureStateOverview
A session starts in .initializing state and proceeds through the other states via use of function calls until it reaches an end state. A session is over when the capture state is set to .completed or .failed(Error).
Topics
Operators
Enumeration Cases
ObjectCaptureSession.CaptureState.capturingObjectCaptureSession.CaptureState.completedObjectCaptureSession.CaptureState.detectingObjectCaptureSession.CaptureState.failed(_:)ObjectCaptureSession.CaptureState.finishingObjectCaptureSession.CaptureState.initializingObjectCaptureSession.CaptureState.ready