jvcleave / ofxRPiCameraVideoGrabber

development of ofxRPiCameraVideoGrabber, an addon to control the native Raspberry Pi camera in openFrameworks
89 stars 17 forks source link

trying to compile on a raspberry pi 2 #13

Closed cyrstem closed 8 years ago

cyrstem commented 8 years ago

hello im tryng to use this on a example i build on OF-9 it uses openCV it seem to make it ok until i get to a error that says ofxRPiVideoGrabber does not name type ofxRPiVideoGrabber videoGrabber;

what thats this mean how can i fix it appreciate the help

jvcleave commented 8 years ago

There is no such thing as ofxRPiVideoGrabber, it's either RPiVideoGrabber for the wrapper version or ofxRPiCameraVideoGrabber for the main version

cyrstem commented 8 years ago

thanks, but when i changed to ofxRPiCameraVideoGrabber i get the same error

jvcleave commented 8 years ago

Assuming you are not starting from from one of the examples, did you add ofxRPiCameraVideoGrabber to addons.make?

cyrstem commented 8 years ago

yeah i add that line, i think i fix it, now i get new errors so i guess im on to somethings is it better to start form the pixel example to use for something with openCV??

jvcleave commented 8 years ago

yeah - either that example or this addon is more setup for OpenCv https://github.com/orgicus/ofxCvPiCam