Vision

constructor(camera: CameraName, cameraWidth: Int, cameraHeight: Int)

Create a new Vision instance with the specified camera and resolution.

Parameters

camera

The camera to use

cameraWidth

The camera width resolution to use

cameraHeight

The camera height resolution to use


constructor(camera: CameraName)

Create a new Vision instance with the specified camera and default resolution.

Parameters

camera

The camera to use