Capture image from webcam...

  • Thread starter Thread starter Kurt Hill
  • Start date Start date
K

Kurt Hill

Can anyone point me to some sample code to capture images from a webcam? I
need to develop a form that will show live video until the user takes the
picture. This is for a badge/accreditaton application...

Thanks,
Kurt
 
This is C# oriented... Any help in the VB.NET area? I am spending a great
deal of time just trying to get started - the correct "imports wia" or
similar would be helpfull..

I'm sorry I did not specify, but I have a great deal of VB code to port, and
so VB.NET seems natural and I am too new to the .net to want to tackle VB&C#
integration at the same time as trying to pick up imaging...


Thanks!
 
Hello,

Kurt Hill said:
This is C# oriented... Any help in the VB.NET area? I am
spending a great deal of time just trying to get started -
the correct "imports wia" or similar would be helpfull..

I feel sorry, I do not have a VB .NET sample. I think it's the best way to
keep the WIA code in C# in a separate Class Libary project. This class
library can be referenced by the VB .NET application.

HTH,
Herfried K. Wagner
 
Back
Top