pub trait Filter<F: Frame>: AsRef<OBFilter> {
// Provided method
fn process(&self, frame: &F) -> Result<F, OrbbecError> { ... }
}Expand description
Filter trait
Provided Methods§
Sourcefn process(&self, frame: &F) -> Result<F, OrbbecError>
fn process(&self, frame: &F) -> Result<F, OrbbecError>
Process a frame with the filter