Ryan Nel
Ryan Nel

Reputation: 464

Web cam interfaces in VB.net

I have never worked with web cams in VB.net before.

Would anyone be able to recommend a free, stable, library that I can use in order to capture images from a web cam in a VB.net application?

Upvotes: 2

Views: 13317

Answers (1)

Colin Pickard
Colin Pickard

Reputation: 46653

There are a few questions on this subject already, and the consensus seems to be DirectShow is the way to go. Try these links:

Webcam usage in C#

Access webcam and microphone input in VB.net

Access web cam using vb.net

Upvotes: 2

Related Questions