Sample code to test Vuforia WebServices API. Contains original Java samples (with libs ready to go) and new Python samples developed by me.
- Change dir: cd java
- Set ClassPath: source setclasspath.sh
- Compile sources: javac com/qualcomm/vuforia/*.java
- Run example: java com.qualcomm.vuforia.GetAllTargets
- cd python
- python <example.py>