Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 739 Bytes

File metadata and controls

21 lines (17 loc) · 739 Bytes

Touchdesigner Camera Calibration

Touchdesigner C++ DAT for camera calibration with OpenCV

Camera calibration screenshot

Building

  • Get CMake
  • Get OpenCV, extract it somewhere on your disk
  • Create a build directory
  • Point your CMake source directory to the src directory
  • In CMake set the OpenCV_DIR to %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