Ask Your Question
0

how to fetch image using c?

asked 2015-01-29 02:34:39 -0600

updated 2015-01-29 16:15:55 -0600

i m working on raspberry pi b+ model. i need to image as a input. and then process on it so i need fatch image using c

edit retag flag offensive close merge delete

Comments

what is the fatch ? would you add more describtion and some images describe your problem

essamzaky gravatar imageessamzaky ( 2015-01-29 03:41:26 -0600 )edit
1

I think he means "fetch".

Pedro Batista gravatar imagePedro Batista ( 2015-01-29 05:56:23 -0600 )edit
2

if you can't use c++ or python, rather avoid using opencv at all.

berak gravatar imageberak ( 2015-01-29 08:35:44 -0600 )edit

for working with images and video the refer OpenCV doumentation .
If you are asking for working with raspberry pi please visit some raspberry pi forum....

jamesnzt gravatar imagejamesnzt ( 2015-01-30 00:35:46 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
-1

answered 2015-02-01 21:35:06 -0600

Try looking under video capture in the documentation:

C: CvCapture* cvCaptureFromCAM(int device) C: CvCapture* cvCaptureFromFile(const char* filename)

edit flag offensive delete link more

Comments

As stated TONS of times before, seriously do not dig into ancient outdated and depricated C-API. It will make your life miserable from the very beginning!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-02 04:45:28 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-29 02:34:39 -0600

Seen: 121 times

Last updated: Feb 01 '15