[][src]Trait realsense_rust::frame::DisparityFrameEx

pub trait DisparityFrameEx where
    Self: DepthFrameEx
{ fn baseline(&self) -> Result<f32> { ... } }

The trait provides methods on frames with disparity data.

Frame types with this trait also implements DepthFrame trait.

Provided methods

fn baseline(&self) -> Result<f32>

Retrieves the distance between the two IR sensors.

Loading content...

Implementors

impl DisparityFrameEx for DisparityFrame[src]

Loading content...