I'm developing a project where I'll have to capture the microphone audio and the images from a webcam to compress them during runtime and send through the network to decompress and open them.
How can I do these things
I'm developing a project where I'll have to capture the microphone audio and the images from a webcam to compress them during runtime and send through the network to decompress and open them.
How can I do these things
How can I capture the microphone audio and webcam images?
valBG
Hi Juliano,
Since Media Foundation does not yet natively support capture, my guess is that you'll probably have the best luck with the Windows Media Encoder SDK. You can read up on this in the MSDN docs.
If you have questions about that, the best place for those questions will be the Windows Media Encoder newsgroup: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.encoder&lang=en&cr=US
Becky