view termapp/README @ 12:af71ea70b7f4

Fixed keyboard control.
author samer
date Sat, 18 Feb 2012 13:36:01 +0000
parents a8995f4a5793
children 34156549d423
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 termtrack.sh in directory above this one for 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