https://github.com/guidoschmidt/touchdesigner.camera-calibration
Camera calibration component for Touchdesigner based on OpenCV
https://github.com/guidoschmidt/touchdesigner.camera-calibration
camera camera-calibration opencv optics touchdesigner touchdesigner-components video
Last synced: 3 months ago
JSON representation
Camera calibration component for Touchdesigner based on OpenCV
- Host: GitHub
- URL: https://github.com/guidoschmidt/touchdesigner.camera-calibration
- Owner: guidoschmidt
- License: mit
- Created: 2020-01-23T10:30:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T16:44:03.000Z (over 5 years ago)
- Last Synced: 2025-04-09T19:18:03.010Z (3 months ago)
- Topics: camera, camera-calibration, opencv, optics, touchdesigner, touchdesigner-components, video
- Language: C++
- Homepage:
- Size: 21.1 MB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Touchdesigner Camera Calibration
### Touchdesigner C++ DAT for camera calibration with OpenCV
## Building
- Get [CMake](https://cmake.org/)
- Get [OpenCV](https://opencv.org/), 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