/TouchDesigner.MotionCapture

Motion Capture operator suite for TouchDesigner. Still in early stages

Primary LanguageC++

Introduction

A library of motion capture operators for Touch Designer.

These operators triangulate bright features in corresponding camera images (e.g. retroreflective markers).

Installation

You will need some extra files which aren't inside this repo. Specifically DLL's for OpenCV with CUDA. These are available at: https://www.dropbox.com/sh/yjeef9fvf588hhf/AADe-vf76ImbWikNl6mRIAhwa?dl=0 .

These should be unzipped into your thirdparty folder.

In the future we may remove the requirement for CUDA if it becomes a problem, as it doesn't seem to be useful at the moment.

Requirements

Troubleshooting

DLL loads

If you get errors on load of TouchDesigner which look like:

Touch Designer DLL load error

Then try to run the ConsoleTest project to see a more descriptive error message e.g.:

ConsoleTest DLL load error

Often these issues are related to mismatched CUDA versions, e.g. in this case CUDA 10.1 Release 2 is installed, when we need to install CUDA 10.1.