Raspberry Pi Camera with OpenCV - Raspberry Pi Forums
hello,
want image processing using rpi camera , opencv , beginner. have opencv 2.3.1 on raspberry pi , can tutorials on opencv webpage using cmake: http://docs.opencv.org/2.4/doc/tutorials/tutorials.html
also, have rpi cam , able these prerequisites ( https://github.com/robidouille/robidoui ... am-library ) launch raspicamtest executable , working.
1) didn't understand "using static library" section. strings? seems should written in buildme file or something?
2) need use opencv codes on images or videos captured raspberry pi camera. when manipulate code (raspicam.c) include opencv function (e.g. imwrite), doesnt recognize function time. should combine these two?
kind of highly appreciated.
want image processing using rpi camera , opencv , beginner. have opencv 2.3.1 on raspberry pi , can tutorials on opencv webpage using cmake: http://docs.opencv.org/2.4/doc/tutorials/tutorials.html
also, have rpi cam , able these prerequisites ( https://github.com/robidouille/robidoui ... am-library ) launch raspicamtest executable , working.
1) didn't understand "using static library" section. strings? seems should written in buildme file or something?
2) need use opencv codes on images or videos captured raspberry pi camera. when manipulate code (raspicam.c) include opencv function (e.g. imwrite), doesnt recognize function time. should combine these two?
kind of highly appreciated.
1) should either put in makefile of project or use them in command-line compile project (or if use ide configure in there).
2) build command not tell compiler and/or linker files.
if presented compile command use , errors output.
2) build command not tell compiler and/or linker files.
if presented compile command use , errors output.
raspberrypi
Comments
Post a Comment