how to fetch image using c?
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
Try looking under video capture in the documentation:
C: CvCapture* cvCaptureFromCAM(int device) C: CvCapture* cvCaptureFromFile(const char* filename)
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!
Asked: 2015-01-29 02:34:39 -0600
Seen: 137 times
Last updated: Feb 01 '15
what is the fatch ? would you add more describtion and some images describe your problem
I think he means "fetch".
if you can't use c++ or python, rather avoid using opencv at all.
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....