Skip to content
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

Unable to run simpletest_raspicam.cpp #60

Open
deyangzong opened this issue Oct 31, 2019 · 1 comment
Open

Unable to run simpletest_raspicam.cpp #60

deyangzong opened this issue Oct 31, 2019 · 1 comment

Comments

@deyangzong
Copy link

Hello everyone:
I have successfully installed the library on the Raspberry Pi, but when I try to run simpletest_raspicam.cpp, there is an error.
/usr/bin/ld: cannot find -lmmal
/usr/bin/ld: cannot find -lmmal_core
/usr/bin/ld: cannot find -lmmal_util
I tried to download other versions and still can't solve it.
I hope to hear from you for your help and advice.

@jelambrar96
Copy link

Can you try run this command?
g++ simpletest_raspicam_cv.cpp -o simpletest_raspicam_cv -I/usr/local/include/ -lraspicam -lraspicam_cv -lopencv_core -lopencv_highgui -opencv_imgcodecs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants