cedricve / raspicam

AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv
322 stars 138 forks source link

raspicam_still.h not installed #31

Open juanii opened 7 years ago

juanii commented 7 years ago

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 commented 2 years ago

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