-
Notifications
You must be signed in to change notification settings - Fork 120
Description
I'm working on kinect 1414 and trying to start the example on Mac Pro with OSX El Capitan.
The build was success but what I got is a just grey screen.
The console are written as below:
[warning] ofxOpenNIDevice[0]: Using a NASTY hack to silence SIGNAL errors on exit - read the comments at line ~1712 of ofxOpenNI.cpp
[notice ] ofxOpenNIDevice[0]: Init context...
[verbose] ofxOpenNIDevice[0]: Context initilizedstatus:OK
[notice ] ofxOpenNIDevice[0]: openni driver version: 1.5.4.0
[notice ] ofxOpenNIDevice[0]: Adding licence...
[verbose] ofxOpenNIDevice[0]: Adding licence: PrimeSense 0KOIk2JeIBYClPWVnMoRKn5cdY4=status:OK
[notice ] ofxOpenNIDevice[0]: Init device...
[verbose] ofxOpenNIDevice[0]: Enumerate devicesstatus:OK
[notice ] ofxOpenNIDevice[0]: Found1devices connected
[verbose] ofxOpenNIDevice[0]: Creating production tree for device 0status:Failed to open the USB device!
[warning] ofxOpenNIDevice[0]: REAL Device could not be initialized - you can still use an ONI
[notice ] ofxOpenNIDevice[0]: Adding generator typeXN_NODE_TYPE_IMAGE
[verbose] ofxOpenNIDevice[0]: Creating XN_NODE_TYPE_IMAGE generatorstatus:Can't create any node of the requested type!
[ error ] ofxOpenNIDevice[0]: setGeneratorResolution() called on invalid generator!
[notice ] ofxOpenNIDevice[0]: Adding generator typeXN_NODE_TYPE_DEPTH
[verbose] ofxOpenNIDevice[0]: Creating XN_NODE_TYPE_DEPTH generatorstatus:Failed to open the USB device!
[ error ] ofxOpenNIDevice[0]: setGeneratorResolution() called on invalid generator!
[verbose] ofxOpenNIDevice[0]: Depth generator is not on
[notice ] ofxOpenNIDevice[0]: Adding generator typeXN_NODE_TYPE_USER
[verbose] ofxOpenNIDevice[0]: Creating XN_NODE_TYPE_USER generatorstatus:Failed to open the USB device!
[verbose] ofxOpenNIDevice[0]: Starting XN_NODE_TYPE_USER generatorstatus:Failed to open the USB device!
[notice ] ofxOpenNIDevice[0]: Starting ofxOpenNI with threading
[warning] ofThread: - name: Thread 1 - Calling startThread with verbose is deprecated.
[verbose] ofThread: - name: Thread 1 - Started Thread.
ofxOpenNIDevice[0]: stop called
ofxOpenNIDevice[0]: trying to lock
ofxOpenNIDevice[0]: trying to stop thread
ofxOpenNIDevice[0]: releasing all nodes
ofxOpenNIDevice[0]: releasing context
[ofxOpenNIDevice[0]verbose: releasing depth texture & pixels]
ofThread: ofxOpenNIDevice[0]- name: Thread 1 - Thread Finished.: releasing image texture & pixels
ofxOpenNIDevice[0]: full stopped
ofxOpenNIDevice[0]: destructor called
ofxOpenNIDevice[0]: stop called
It can found my kinect connected but cant access it.
Anyone has idea how to fix this problem?
Thank you so much!