DepthCameraCalibrator
Depth camera calibrator extension.
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.
Types
Link copied to clipboard
inner class Calibration(val camera: DepthCamera, val colorBuffer: ColorBuffer = colorBuffer(
camera.resolution.x,
camera.resolution.y
))