Skip to content

guidoschmidt/touchdesigner.camera-calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages