Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am trying to write a project involved a webcam in C# using WIA 2.0 DLL.
I downloaded the DLL and installed it on my computer.
I want to capture the pictures from the cam using it but I don't know how to use the DLL on C#.


Need your advice.

Thanks in advanced.
Posted

1 solution

You could try add a reference to the dll.
Right click on your project and add reference.
It looks like WIA2.dll is a COM object so you will have to lookup implementing unmanaged COM object.

You can find a list of functions on the site below.

WIA2
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900