view termapp/README @ 15:0ec64c8a4820

Removed images directory.
author samer
date Thu, 23 Feb 2012 20:43:21 +0000
parents 34156549d423
children
line wrap: on
line source
This is a command line version of the group tracker.
It doesn't use OpenFrameworks.
You still need OpenNI properly installed:
	1. OpenNI binaries from OpenNI website or build from source on github
	2. NITE middleware binaries from OpenNI website.
	3. avin2's SensorKinect module from github

You also need liblo, eg from MacPorts.
See Makefile for setup.

NB. If you have OpenNI shared libraries installed in a funny place, you
will need to set DYLD_FALLBACK_LIBRARY_PATH to point to it to run termapp.
AND you also need OPEN_NI_INSTALL_PATH set too.
See run.sh an example - I have my OpenNI
installed in /opt/OpenNI, so I need
	OPEN_NI_INSTALL_PATH=/opt/OpenNI
	DYLD_FALLBACK_LIBRARY_PATH=$OPEN_NI_INSTALL_PATH/usr/lib

Also NB.
You need libusb-devel +universal from MacPorts.
Not libusb +universal. That doesn't work (timeout problem).