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

raspicam_still.h not installed #31

Open
juanii opened this issue Jun 22, 2017 · 1 comment
Open

raspicam_still.h not installed #31

juanii opened this issue Jun 22, 2017 · 1 comment

Comments

@juanii
Copy link

juanii commented Jun 22, 2017

Hello,

I'm trying to use the still feature of raspicam but I found the header file raspicam_still.h is not installed (only raspicam_still_cv.h is). I'm no CMake expert, but I think it could be fixed by changing line 5 of https://github.com/cedricve/raspicam/blob/master/src/CMakeLists.txt from:
SET(public_hdrs_base raspicamtypes.h raspicam.h)
to
SET(public_hdrs_base raspicamtypes.h raspicam.h raspicam_still.h)

Best regards

@LeonardoBenetti
Copy link

Had that same problem just now, and that fixed it! Thank you.

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