-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with Mac installation missing libusb #501
Comments
Looks like it doesn't get bundled... Try to install it with Homebrew. |
Hi Saudet, --wpd |
BTW, if you do not need libdc1394, we can ignore this error. |
I too am having this issue. I've tried libusb installs with both homebrew and ports. I'm not sure where to go from here. |
@Skinner927 Do you need to use libdc1394?? |
In any case, this is fixed in version 1.3. Enjoy! |
I downloaded and unzipped javacv-1.2-bin.zip as per README.md on my MacBook running OS X Mavericks. When I try to run the example from the "Sample Usage" section in Eclipse, I get the following error:
I tried installing libusb from MacPorts, and setting DYLD_LIBRARY_PATH and/or DYLD_FALLBACK_LIBRARY_PATH to point to /opt/local/lib (via Run Configuration environment variables) but nothing seems to help.
I feel like I am missing something very basic here. Can anybody help me?
The text was updated successfully, but these errors were encountered: