DepthCameraCalibrator

constructor(program: Program, vararg depthCameras: DepthCamera)(source)

Parameters

program

the program using this extension, Note: normally we would pass program in setup, however there is a cyclic dependency between GUI and calibrator, so some dimensions have to be established before setup. See Kinect1Demo10DepthCameraCalibration.kt.

depthCameras

depth cameras to calibrate.