How to use pi camera module with opencv
Hello all , i'm trying to use the camera module of the raspberry pi 2 with opencv by follwing this link :
https://github.com/robidouille/robido...
i have firstly build raspberry pi userland libraries after that i have download the raspicam library but when i do "make" in raspicam_cv folder i get the following error :
make: * No rule to make target 'objs/RaspiCamControl.o', needed by 'libraspicamcv.a'. Stop.
plz how can i solve this thhanks
you don't read manuals, do you ?
https://github.com/robidouille/robido...
Oh no i don't , I need to RTFM :) i have solved the problem by updating the USERLAND_ROOT variable in the Makefile. now i have another error : usr/bin/ld:cannot find -lopencv_legacy , but i can't find how to solve this in the manual !!! thanss ;)