DirectShow, video scaling and image capture for Windows Mobile

I am currently developing a live video streaming application (www.livecliq.net) and I would like to add a function to capture an image and enlarge the video. I've searched for tutorials and resources about DirectShow, but so far I've only found the book "Programming Microsoft DirectShow for Digital Video and Television", which doesn't help much with advanced video manipulation.

Does anyone know if this is possible and how, how to apply digital zoom to captured video and how to take pictures from the device's camera?

Thank!

0


source to share


1 answer


I searched a while ago about capturing photos with DirectShow and the best I found is a blog post . The author has created a dll that provides a function to capture photos. He also mentions the CameraCapture sample in the SDK, which does video capture.



+1


source







All Articles