Ask Your Question

Revision history [back]

combining opencv with raspberry pi camera

FAQ Logout [ troubledgradstudent ] troubledgradstudent Unread PostsNew Posts
Search…

Raspberry Pi Camera with OpenCV

Post a reply Watch 1 post Edit postDelete postReport this postReply with quotePermalink by troubledgradstudent » Wed Jan 06, 2016 6:26 pm Hello,

I want to do image processing using Rpi camera and opencv and I am beginner. I have opencv 2.3.1 on my raspberry pi and I can do the tutorials on opencv webpage using cmake: http://docs.opencv.org/2.4/doc/tutorials/tutorials.html

Also, I have rpi cam and was able to do these prerequisites ( https://github.com/robidouille/robidouille/tree/master/raspicam_cv#build-the-raspicam-library ) to launch raspicamtest executable and it is working.

1) I didn't understand "Using the static library" section. What will I do with those strings? It seems like they should be written in a buildme file or something?

2) I need to use opencv codes on the images or videos captured by raspberry pi camera. When I manipulate the code (RaspiCam.c) to include an opencv function (e.g. imwrite), it doesnt recognize that function this time. What should I do to combine these two?

Any kind of help is highly appreciated.

combining opencv with raspberry pi camera

FAQ Logout [ troubledgradstudent ] troubledgradstudent Unread PostsNew Posts
Search…

Raspberry Pi Camera with OpenCV

Post a reply Watch 1 post Edit postDelete postReport this postReply with quotePermalink by troubledgradstudent » Wed Jan 06, 2016 6:26 pm Hello,

I want to do image processing using Rpi camera and opencv and I am beginner. I have opencv 2.3.1 on my raspberry pi and I can do the tutorials on opencv webpage using cmake: http://docs.opencv.org/2.4/doc/tutorials/tutorials.htmlcmake.

Also, I have rpi cam and was able to do these prerequisites ( https://github.com/robidouille/robidouille/tree/master/raspicam_cv#build-the-raspicam-library ) prerequisites to launch raspicamtest executable and it is working.

1)

  1. I didn't understand "Using the static library" section. What will I do with those strings? It seems like they should be written in a buildme file or something?

  2. 2)

  3. I need to use opencv codes on the images or videos captured by raspberry pi camera. When I manipulate the code (RaspiCam.c) to include an opencv function (e.g. imwrite), it doesnt recognize that function this time. What should I do to combine these two?

Any kind of help is highly appreciated.