diff --git a/orx-jvm/orx-depth-camera-calibrator/README.md b/orx-jvm/orx-depth-camera-calibrator/README.md new file mode 100644 index 00000000..c7c3f6cc --- /dev/null +++ b/orx-jvm/orx-depth-camera-calibrator/README.md @@ -0,0 +1,5 @@ +# orx-depth-camera-calibrator + +Class to help callibrate depth and transformation matrices when using one or more depth cameras. + +See [Kinect1Demo10DepthCameraCalibration.kt](https://github.com/openrndr/orx/blob/master/orx-jvm/orx-kinect-v1-demo/src/main/kotlin/Kinect1Demo10DepthCameraCalibration.kt) for an example.