hi I tried to run one of python examples and i get this:
yotam-azriels-MacBook-Pro:python yotamazriel$ python demo_cv_async.py
Traceback (most recent call last):
File "demo_cv_async.py", line 2, in
import freenect
ImportError: dlopen(/Users/yotamazriel/libfreenect/wrappers/python/freenect.so, 2): Symbol not found: _libusb_get_parent
Referenced from: /usr/local/lib/libfreenect.0.5.dylib
Expected in: /usr/local/lib/libusb-1.0.0.dylib
in /usr/local/lib/libfreenect.0.5.dylib
Someone any idea ??
libusb-1.0.19 already installed
Thanks for any help!!