[][src]Trait realsense_rust::frame::DisparityFrame

pub trait DisparityFrame where
    Self: DepthFrame
{ fn baseline(&self) -> RsResult<f32> { ... } }

The trait provides methods on frames with disparity data.

Frame types with this trait also implements DepthFrame trait.

Provided methods

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

Retrieves the distance between the two IR sensors.

Loading content...

Implementors

impl DisparityFrame for Frame<Disparity>[src]

Loading content...