Struct realsense_rust::base::Rs2MotionDeviceIntrinsics [−][src]
pub struct Rs2MotionDeviceIntrinsics(pub rs2_motion_device_intrinsic);
Implementations
Profile the scale, bias, and variances for a given motion device
The bias and scale factors are stored as one large matrix; see the documentation on data()
for the correct way to
retrieve these parameters.
Use the function stream_profile.motion_intrinsics()
to retrieve these intrinsics from a certain stream.
A 3x4 matrix describing the scale and bias intrinsics of the motion device.
This matrix is stored internally like so: [ Scale X | cross axis | cross axis | Bias X ] [ cross axis | Scale Y | cross axis | Bias Y ] [ cross axis | cross axis | Scale Z | Bias Z ]
Variance of noise for X, Y, and Z axis.
Variance of bias for X, Y, and Z axis.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rs2MotionDeviceIntrinsics
impl Sync for Rs2MotionDeviceIntrinsics
impl Unpin for Rs2MotionDeviceIntrinsics
impl UnwindSafe for Rs2MotionDeviceIntrinsics