SensorAdditionalInfo.TypeVec3Calibration Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.SensorAdditionalInfoType enum directly instead of this field.

Vector calibration parameter.

[Android.Runtime.Register("TYPE_VEC3_CALIBRATION", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorAdditionalInfoType enum directly instead of this field.", true)]
public const Android.Hardware.SensorAdditionalInfoType TypeVec3Calibration = 65538;
[<Android.Runtime.Register("TYPE_VEC3_CALIBRATION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorAdditionalInfoType enum directly instead of this field.", true)>]
val mutable TypeVec3Calibration : Android.Hardware.SensorAdditionalInfoType

Field Value

Value = 65538
Attributes

Remarks

Vector calibration parameter. Calibration applied to a sensor with 3 elements vector output, such as accelerometer, gyro, etc.

Payload: floatValues[0..11]: First 3 rows of a homogeneous matrix in row major order that captures any linear transformation, including rotation, scaling, shear, shift.

Java documentation for android.hardware.SensorAdditionalInfo.TYPE_VEC3_CALIBRATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to