-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi there! I'm currently using Mac OS X El Capitan 10.11.5 with Kinect Model 1414 to run freenect-glview, however it always gives me this error:
Kinect camera test
Number of devices found: 1
Failed to open motor subddevice or it is not disabled.Failed to open audio subdevice or it is not disabled.Could not open device
The config I used to build and install it from source is the following:
BUILD_AS3_SERVER:BOOL=OFF
BUILD_CPP:BOOL=ON
BUILD_CV:BOOL=OFF
BUILD_C_SYNC:BOOL=ON
BUILD_EXAMPLES:BOOL=ON
BUILD_FAKENECT:BOOL=ON
BUILD_OPENNI2_DRIVER:BOOL=OFF
BUILD_PYTHON:BOOL=OFF
BUILD_PYTHON2:BOOL=OFF
BUILD_PYTHON3:BOOL=OFF
BUILD_REDIST_PACKAGE:BOOL=OFF
CMAKE_BUILD_TYPE:STRING=debug
CMAKE_INSTALL_PREFIX:PATH=/usr/local
CMAKE_OSX_ARCHITECTURES:STRING=
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
CMAKE_OSX_SYSROOT:STRING=
GLUT_cocoa_LIBRARY:FILEPATH=/System/Library/Frameworks/Cocoa.framework
LIBUSB_1_INCLUDE_DIR:PATH=/usr/local/include/libusb-1.0
LIBUSB_1_LIBRARY:FILEPATH=/usr/local/lib/libusb-1.0.dylib
The lsusb gives me the following:
Bus 029 Device 010: ID 045e:02ae Microsoft Corporation Xbox NUI Camera Serial: A00362A12109049A
Bus 029 Device 008: ID 045e:02b0 Microsoft Corporation Xbox NUI Motor
Bus 029 Device 009: ID 045e:02ad Microsoft Corporation Xbox Kinect Audio, © 2011 Microsoft Corporation. All rights reserved. Serial: A44882D14248049A
It does work with freenect-camtest and freenect-regview
darekf77, Fqlox and sq1000000