Or how to do 3D matching with VVVV and Voodoo Camera Tracker
This is the technical documentation of my project Syn Bio Ads. It explains how to use the Voodoo Camera Tracker software to match realworld filmed footage with a virtual 3D scene in VVVV. All necessary steps are explained step by step in the mini tutorial below.
The tutorial assumens that you use provided the sample image sequence /data/frames/frame-000000.png ...
or that you have prepared one on your.
-
File -> Open -> Sequence
Choose an image sequence and the appropriateMove Type
. In my example the footage was filmed with a tripod (= camera was still in terms of XYZ and just the rotation of has to be matched). Hence selectrotation (camera on tripod)
. -
View -> Camera Parameter : Tap "Position"
Set Roll to 180°, to flip the camera from the upside down default value. Don't ask, I don't have a clue why upside down is default.
-
Press the
Track
button to create a 3D scene. -
View -> 3D Scene Viewer
Check the result in 3D. Camera roll should be normal now.
Save -> Texfile
Check the `Export All option to get really the whole scene geometry exported.
- Open the patch
voodoo_player_vvvv/_root_voodoo_test.v4p
in VVVV - Adjust the
footage/frames
and thevoodoo file
parameters to point to the correct locations. Depending of the source footage you might have to change the framerate paramter, the example patch is set to 29.97 FPS.
That's it. From there one you are on your one :)
Would be nice to see other projects using this technique/my patch, feel free to drop an email to me.
- Voodoo Camera Tracker of the Laboratorium für Informationstechnologie, University of Hannover. Official website, manual and documentation.
- Voodoo Camera Tracker download
- VVVV
- Voodoo with VVVV workshop at the Node 13 festival
Special thanks to: The makers of Voodoo Camera Tracker that they made the software free to use for non commercial projects! And Joreg who helped me to figure out how to translate the matrix defintions from Voodoo to VVVV speak!