Type Definition PoseFrame
realsense_rust::frame
type PoseFrame = Frame<Pose>;
impl PoseFrame
pub fn pose(&self) -> Result<PoseData>
Gets the pose data.