How can I capture the image from webcam with a program in C/C++ and then process the image and possibility transmit it over ethernet.
Has any way to create it in Windows and Linux easily?
How can I capture the image from webcam with a program in C/C++ and then process the image and possibility transmit it over ethernet.
Has any way to create it in Windows and Linux easily?
Well, you can use the OpenCV library to capture the images: http://sourceforge.net/projects/opencvlibrary/