I’m developing a Winform application using c# to have something like photo kiosk that we can see in shopping mall.
I managed to find ways to capture image from webcam and store the captured image using easywebcam component. However, I want to have a photo frame around the webcam streaming video hence when the image is captured, the photo frame is included as well.
I have done research for days but still can’t get any idea for this. Can any guru enlighten me for this?
I’ve used AForge library for working with web cam from C# and I’ve liked how clean it’s API is.
Here the samples how to add timestamp to video, take snapshot, etc:
http://www.aforgenet.com/framework/samples/video.html
If I understand correctly, you need to have original frame when taking snapshot, so you make a copy of it before painting on frame: