Click here to Skip to main content
16,020,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'd like to know how to get a snap-shot of a frame while I click maybe say a "Snap" button.. I'd really appreciate it if you respond to this.. Thanks...
I've used the example code from here Fabrika LAB: WebCam Video[^] to build an example app but I still need to get a frame (a photo) and save it to my system or transfer it to a picturebox control.
Posted

1 solution

Hiiii
Use Picturebox instead of frame and then save current picture of picturebox on syatem using method "PictureBox1.Image.Save(imagepath/image.jpg)" on click button event..
 
Share this answer
 
Comments
ChrisKweks 20-Jun-13 10:18am    
Thanks semsp. I can save the image using the code snippet you gave but that's not what I'm looking for. I need to assign the value of an instance of the VideoSourcePlayer1_Newframe to a picture box first before I can now comfortably work around with the picture box.

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