Skip to content

Instantly share code, notes, and snippets.

@admsyn
Created December 17, 2012 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save admsyn/4323266 to your computer and use it in GitHub Desktop.
Save admsyn/4323266 to your computer and use it in GitHub Desktop.
libfreenect issue demo
adam:bin Adam$ pwd
/Users/Adam/workspace/scratch/libfreenect/build/bin
adam:bin Adam$ ls
cppview glview record regview
glpclview hiview regtest tiltdemo
adam:bin Adam$ ./glview
Kinect camera test
Number of devices found: 1
Could not open device
adam:bin Adam$ ./tiltdemo
Error: Invalid index [0]
Error: Kinect not connected?
adam:bin Adam$ ./cppview
libc++abi.dylib: terminate called throwing an exception
Abort trap: 6
adam:bin Adam$ ./glpclview
Error: Invalid index [0]
Error: Kinect not connected?
adam:bin Adam$ ./hiview
Kinect camera test
Number of devices found: 1
Could not open device
adam:bin Adam$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment