Filter

Trait Filter 

Source
pub trait Filter<F: Frame>: AsRef<OBFilter> {
    // Provided method
    fn process(&self, frame: &F) -> Result<F, OrbbecError> { ... }
}
Expand description

Filter trait

Provided Methods§

Source

fn process(&self, frame: &F) -> Result<F, OrbbecError>

Process a frame with the filter

Implementors§