@Namespace(value="dai") public static enum depthai.IMUSensor extends Enum<depthai.IMUSensor>
Enum Constant and Description |
---|
ACCELEROMETER
Section 2.1.1
Acceleration of the device including gravity.
|
ACCELEROMETER_RAW
Section 2.1.1
Acceleration of the device without any postprocessing, straight from the sensor.
|
ARVR_STABILIZED_GAME_ROTATION_VECTOR
Section 2.2
While the magnetometer is removed from the calculation of the game rotation vector, the accelerometer itself can
create a potential correction in the rotation vector produced (i.e.
|
ARVR_STABILIZED_ROTATION_VECTOR
Section 2.2
Estimates of the magnetic field and the roll/pitch of the device can create a potential correction in the rotation
vector produced.
|
GAME_ROTATION_VECTOR
Section 2.2
The game rotation vector is an orientation output that is expressed as a quaternion with no specific reference for
heading, while roll and pitch are referenced against gravity.
|
GEOMAGNETIC_ROTATION_VECTOR
Section 2.2
The geomagnetic rotation vector is an orientation output that is expressed as a quaternion referenced to magnetic
north and gravity.
|
GRAVITY
Section 2.1.1
Gravity.
|
GYROSCOPE_CALIBRATED
Section 2.1.2
The angular velocity of the device.
|
GYROSCOPE_RAW
Section 2.1.2
The angular velocity of the device without any postprocessing, straight from the sensor.
|
GYROSCOPE_UNCALIBRATED
Section 2.1.2
Angular velocity without bias compensation.
|
LINEAR_ACCELERATION
Section 2.1.1
Acceleration of the device with gravity removed.
|
MAGNETOMETER_CALIBRATED
Section 2.1.3
The fully calibrated magnetic field measurement.
|
MAGNETOMETER_RAW
Section 2.1.3
Magnetic field measurement without any postprocessing, straight from the sensor.
|
MAGNETOMETER_UNCALIBRATED
Section 2.1.3
The magnetic field measurement without hard-iron offset applied.
|
ROTATION_VECTOR
Section 2.2
The rotation vector provides an orientation output that is expressed as a quaternion referenced to magnetic north
and gravity.
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
depthai.IMUSensor |
intern() |
String |
toString() |
static depthai.IMUSensor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.IMUSensor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.IMUSensor ACCELEROMETER_RAW
public static final depthai.IMUSensor ACCELEROMETER
public static final depthai.IMUSensor LINEAR_ACCELERATION
public static final depthai.IMUSensor GRAVITY
public static final depthai.IMUSensor GYROSCOPE_RAW
public static final depthai.IMUSensor GYROSCOPE_CALIBRATED
public static final depthai.IMUSensor GYROSCOPE_UNCALIBRATED
public static final depthai.IMUSensor MAGNETOMETER_RAW
public static final depthai.IMUSensor MAGNETOMETER_CALIBRATED
public static final depthai.IMUSensor MAGNETOMETER_UNCALIBRATED
public static final depthai.IMUSensor ROTATION_VECTOR
public static final depthai.IMUSensor GAME_ROTATION_VECTOR
public static final depthai.IMUSensor GEOMAGNETIC_ROTATION_VECTOR
public static final depthai.IMUSensor ARVR_STABILIZED_ROTATION_VECTOR
public static final depthai.IMUSensor ARVR_STABILIZED_GAME_ROTATION_VECTOR
public static depthai.IMUSensor[] values()
for (depthai.IMUSensor c : depthai.IMUSensor.values()) System.out.println(c);
public static depthai.IMUSensor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic depthai.IMUSensor intern()
public String toString()
toString
in class Enum<depthai.IMUSensor>
Copyright © 2024. All rights reserved.