How to use pi camera module with opencv

asked 2015-07-04 00:15:08 -0600

franken gravatar image

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

edit retag flag offensive close merge delete

Comments

you don't read manuals, do you ?

https://github.com/robidouille/robido...

berak gravatar imageberak ( 2015-07-04 00:26:23 -0600 )edit

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 ;)

franken gravatar imagefranken ( 2015-07-04 09:33:53 -0600 )edit