Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Camera calibration component for Touchdesigner based on OpenCV

Awesome Lists containing this project

README

        

# Touchdesigner Camera Calibration
### Touchdesigner C++ DAT for camera calibration with OpenCV

![Camera calibration screenshot](screenshot.png)

## 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