views:

1171

answers:

1

Hi,

I am currently developing an application for live video streaming (www.livecliq.net) and I would like to add the feature for image capture and video zoom. I've been looking around for the tutorials and resources about DirectShow but so far I have found only a book "Programming Microsoft DirectShow for Digital Video and Television" which isn't of much help for advanced video manipulation.

Does anyone know whether is it possible and if, how to apply digital zoom on a captured video and how to capture photos with the device camera?

Thanks!

A: 

I've searched some time ago about capturing photos using DirectShow and the best I've found is this blog entry. The author has built a dll that exposes a function for capturing photos. It also mentions CameraCapture sample in the SDK that does video capture.

kgiannakakis