Simple way to do a 6DOF manipulator (aka 3D mouse) from your web-camera.
More info and show case video.
##Server Just supplies 3D data of pointer position over TCP (localhost:9353), so you can easily read this data in:
- program that needs 6DOF input
- plugin for editor (3D Max, Maya, etc), to add new dimensions of freedom
Start it via 'PaperServer.java. Example connection in 'PaperClient.java.
##Editor Simple demo editor is showing basic usages of 6DOF manipulator. Starts via DDDEditor.java
###Fast start You need to have:
- print and cut out pointer pdf
- web-camera
- java 8
I have supplied project files for IntelliJ Idea, but there is no tricks in creating project for other IDEs. Site also contains archive for editor or server starting without IDE.
###License and stuff Project is based on ARToolKit. Project is GNU GPL licensed (because of license restrictions of the ARToolKit project). For camera input sarxos/webcam-capture is used. Man_bolvanka_new.obj supplied by Slozhny