MBCapture State
Enum representing the different states the capture session transitions between during the capture process.
Use this enum to track and manage the various states that occur during the capture process. Each state corresponds to a specific phase or action within the capture session.
INITIALIZING: Indicates the initialization phase of the capture session.
VALIDATING: Indicates the validation phase where the captured data is being validated.
COUNTDOWN: Indicates the countdown phase before capturing begins.
CAPTURING: Indicates the actual process of capturing facial data.
PROCESSING: Indicates the phase where the captured data is being processed.
CAPTURE_FINISHED: Indicates that the facial capture process has been successfully completed.
Note: Use this enum to manage and track the state transitions within the facial capture session.
Entries
Represents the initialization phase of the capture session.
Represents the validation phase where the input from the camera feed is being validated before capture starts.
Represents the phase where the captured data is being processed.
Represents that the facial capture process has been successfully completed.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.