Type Definition MotionFrame
realsense_rust::frame
type MotionFrame = Frame<Motion>;
impl MotionFrame
pub fn motion(&self) -> Result<[f32; 3]>
Gets motion data.