a snapshot
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I have a webcam and I want to get and save a snapshot from it to a .bmp file,do you know how can I do it? thanks
DirectShow? You can have a look at the AMCap sample that comes with the SDK. You can just connect up the Capture filter -> Sample Grabber filter -> Null Renderer to get a bitmap from the Sample Grabber. There are various articles on DirectShow on CodeProject, just look them up.