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 a button click in any specfied format
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 1, 2013, 6:10 AM
Hi,
Try like this on Button Click
pictureBox.Image.Save(@"Path",ImageFormat.Jpeg);
Regards,
Iftikar
Sanjeeb LenkaPosted Aug 1, 2013, 5:31 AM
kumartyrPosted Aug 1, 2013, 5:09 AM
am using VS 2005 & C#.net 2.0
in that
using system.linq; namespace wont be available right?
Sanjeeb LenkaPosted Aug 1, 2013, 4:58 AM
https://sites.google.com/site/webcamlibrarydotnet/winfrom-and-csharp-sample-code-and-download