Click here to Skip to main content
15,900,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HELlo;
I am writing a code in Visual Studio 2005. My goal is to stream a video froma camera on the screen and record it. I did this part in MFC.
My question is How can I able to Capture a image/images (Recursively) by using directshow or with out it?
I already google it alot, but I wasn't able to find the asnwer.
Any suggestion in any links is very helpful.
Thanks in advanced.

Cheers;
SB
Posted

I think you can create a thread to capture screen image.
 
Share this answer
 
If you want to capture a frame from your video stream, and you are using DirectShow to render it, you should use the Sample Grabber Filter. Look at this[^] page for more informations.
 
Share this answer
 

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