I have a Web camera and I want to use the same in my vb.net form and make that form as interface for my camera and want to capture the images.I dont know what dll file to add and what reference file to add and how to use the form as an interface.
To be precious I have a Picturebox in the form that should act as the interface for the web camera and once I click any button,I want the image to be captured in the picturebox and save the same to the database. Any idea and any code to do so will be appreciated.Thank u