rigon
rigon

Reputation: 1410

Image from Webcam

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?

Upvotes: 0

Views: 388

Answers (1)

CrociDB
CrociDB

Reputation: 1234

Well, you can use the OpenCV library to capture the images: http://sourceforge.net/projects/opencvlibrary/

Upvotes: 3

Related Questions