WBVisionConfig constructor

WBVisionConfig(
  1. int width,
  2. int height,
  3. bool limited
)

Constructs a WBVisionConfig

Implementation

WBVisionConfig(this.width, this.height, this.limited);