DirectShow
-
It is a very complicated matter, which one need to read and learn more about. My advise to you is to start reading the concept on how Direct show works (graph, filters, pins) and then try to implement interaction with webcam. there is an easier way to interact with webcam, you can use Video For Windows (VFW for short). One good class that wraps VFW and do all the work for you is VFWImageProcessor. search code project for it... good luck hope this helps Yaron Ask not what your application can do for you, Ask what you can do for your application
-
There's a sample called AMCap in the Windows SDK which does exactly that. Read through it to see how it works.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
It is a very complicated matter, which one need to read and learn more about. My advise to you is to start reading the concept on how Direct show works (graph, filters, pins) and then try to implement interaction with webcam. there is an easier way to interact with webcam, you can use Video For Windows (VFW for short). One good class that wraps VFW and do all the work for you is VFWImageProcessor. search code project for it... good luck hope this helps Yaron Ask not what your application can do for you, Ask what you can do for your application