Search code examples
c#webcam

In windows application how can i save a live image from webcam in picturebox using C#.Net 2.0


i am doing a windows application and there is a requirement to capture the person's photo lively before saving it in the separate folder

able to get live video in picturebox but doesn't know how to save it in any specfied format in button click event


Solution

  • I am able to save the image and got the expected result.

    add the .DLL file if you need this feature in your project

    Just check the below URL to download the code

    http://www.planet-source-code.com/vb/scripts/showcode.asp?lngWId=10&txtCodeId=1339