CameraViewState

Entries

Link copied to clipboard

View is in destroyed (destroy() has been called - all resources have been released) or initial state (nothing is yet loaded), you need to call create() method

Link copied to clipboard

Indicates that create() has been called, next you need to call start() method

Link copied to clipboard

Indicates that start() has been called, next you need to call resume() method

Link copied to clipboard

Indicates that resume() has been called, view will soon initialize camera and start receiving frames

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.