PigeonSensorType enum

Inheritance

Constructors

PigeonSensorType()
const

Values

wideAngle → const PigeonSensorType

A built-in wide-angle camera.

The wide angle sensor is the default sensor for iOS

ultraWideAngle → const PigeonSensorType

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

telephoto → const PigeonSensorType

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

trueDepth → const PigeonSensorType

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

iOS only

unknown → const PigeonSensorType

Properties

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<PigeonSensorType>
A constant List of the values in this enum, in order of their declaration.