touchdesigner.camera-calibration
touchdesigner.camera-calibration copied to clipboard
Camera calibration component for Touchdesigner based on OpenCV
Touchdesigner Camera Calibration
Touchdesigner C++ DAT for camera calibration with OpenCV

Building
- Get CMake
- Get OpenCV, extract it somewhere on your disk
- Create a
builddirectory - Point your CMake source directory to the
srcdirectory - In CMake set the
OpenCV_DIRto%YOUR_OPENCV_DIR%/opencv/build/x64/vc15/lib - Configure + Generate, Open the solution file in Visual Studio and build
the
CameraCalibrationDAT.dll
Why a DAT?
TODO
TODO
- [ ] Component for capturing images of the calibration pattern
- [ ] Fix asynchronous thread execution
- [ ] Cache calibration parameters