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

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.