pub trait GrayCodePattern_ParamsTraitConst {
    fn as_raw_GrayCodePattern_Params(&self) -> *const c_void;

    fn width(&self) -> i32 { ... }
    fn height(&self) -> i32 { ... }
}
Expand description

Parameters of StructuredLightPattern constructor.

Parameters

  • width: Projector’s width. Default value is 1024.
  • height: Projector’s height. Default value is 768.

Required Methods

Provided Methods

Implementors