Structure containing data from the IMU sensor. More...
Attributes | |
| bool | available |
| Whether the IMU sensor is available in your camera. More... | |
| ulong | timestamp |
| Data acquisition timestamp in nanoseconds. More... | |
| Vector3 | angularVelocity |
| Angular velocity vector of the gyroscope in deg/s. More... | |
| Vector3 | linearAcceleration |
| Linear acceleration vector (3x1) of the gyroscope in m/s². More... | |
| Vector3 | angularVelocityUncalibrated |
| Angular velocity vector of the gyroscope in deg/s (uncorrected from the IMU calibration). More... | |
| Vector3 | linearAccelerationUncalibrated |
| Linear acceleration vector of the gyroscope in m/s² (uncorrected from the IMU calibration). More... | |
| Quaternion | fusedOrientation |
| Orientation from the IMU sensor. More... | |
| Matrix3x3 | orientationCovariance |
| Covariance matrix of the quaternion. More... | |
| Matrix3x3 | angularVelocityCovariance |
| Covariance matrix of the angular velocity of the gyroscope in deg/s (angularVelocity). More... | |
| Matrix3x3 | linearAccelerationCovariance |
| Accelerometer raw data covariance matrix. More... | |
Structure containing data from the IMU sensor.
| bool available |
Whether the IMU sensor is available in your camera.
| ulong timestamp |
Data acquisition timestamp in nanoseconds.
| Vector3 angularVelocity |
Angular velocity vector of the gyroscope in deg/s.
The value is corrected from bias, scale and misalignment.
| Vector3 linearAcceleration |
Linear acceleration vector (3x1) of the gyroscope in m/s².
The value is corrected from bias, scale and misalignment.
| Vector3 angularVelocityUncalibrated |
Angular velocity vector of the gyroscope in deg/s (uncorrected from the IMU calibration).
| Vector3 linearAccelerationUncalibrated |
Linear acceleration vector of the gyroscope in m/s² (uncorrected from the IMU calibration).
| Quaternion fusedOrientation |
Orientation from the IMU sensor.
| Matrix3x3 orientationCovariance |
Covariance matrix of the quaternion.
| Matrix3x3 angularVelocityCovariance |
Covariance matrix of the angular velocity of the gyroscope in deg/s (angularVelocity).
| Matrix3x3 linearAccelerationCovariance |
Accelerometer raw data covariance matrix.