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)
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)
toSET(public_hdrs_base raspicamtypes.h raspicam.h raspicam_still.h)
Best regards