Kevin Boyd
Kevin Boyd

Reputation: 12379

How to capture each frame of a USB webcam using VB.net?

While I have got some leads from an older SO post and from this site, I haven't been able to figure out how to capture each frame of a web-cam.

What I would like to do is something like this capture a frame then do some image processing on it and display the output and then move on to the next frame.
Can I can access to web-cam frame events or is there any efficient way to achieve this?

Upvotes: 1

Views: 2672

Answers (2)

Ovidiu Pacurar
Ovidiu Pacurar

Reputation: 8209

This article will help you a lot: http://www.codeproject.com/KB/directx/prototypingdsfilters.aspx

It shows how you can create your own DirectShow video filters in .NET

Upvotes: 0

kenny
kenny

Reputation: 22404

Sounds like the perfect job for OpenCV or AForge image processing.

Upvotes: 1

Related Questions