CameraCaptureResolution

Supported Camera resolution (frame size) options (as might be needed for different use cases). Camera hardware may not support certain values, thus the actual frame size will be selected automatically according to the camera hardware specifications.

Entries

Link copied to clipboard

Low resolution, typically 640x480

Link copied to clipboard

Medium resolution, typically 1280x720

Link copied to clipboard

High resolution, typically 1920x1080

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.