SensorType enum

Inheritance

Constructors

SensorType()
const

Values

wideAngle → const SensorType

A built-in wide-angle camera.

The wide angle sensor is the default sensor for iOS

ultraWideAngle → const SensorType

A built-in camera with a shorter focal length than that of the wide-angle camera.

telephoto → const SensorType

A built-in camera device with a longer focal length than the wide-angle camera.

trueDepth → const SensorType

A device that consists of two cameras, one Infrared and one YUV.

iOS only

unknown → const SensorType

Properties

defaultSensorType SensorType
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SensorType>
A constant List of the values in this enum, in order of their declaration.