MBCapture Session Error
Enum representing possible errors that may occur during a capture session.
Use this enum to handle different error scenarios that can arise during the capture process.
UNABLE_TO_OPEN_CAMERA: Indicates an error when the camera cannot be opened.
UNABLE_TO_COLLECT_FRAMES: Indicates an error when unable to collect frames during the capture session.
UNABLE_TO_PROCESS_FRAMES: Indicates an error when frames cannot be processed successfully.
Note: This enum provides a set of predefined errors for common scenarios during a capture session.
Entries
Represents an error when the camera cannot be opened during the capture session.
Represents an error when the system is unable to collect frames during the capture session.
Represents an error when frames cannot be processed successfully during the capture session.
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.