views:

173

answers:

2

Hi,

I'm googling since two days and I cannot find any solution for this:

I'm using Windows Mobile and I need to capture (with directdraw) the input from a camera device and output it directly on screen.

You could think of it as a copy of the camera application that's built in to the Windwos Mobile OS.

What I've been trying is to use a filter graph where I would attach to it VideoCaptureFilter and VideoWindow but nothing happens.

Any ideas, links or search keywords?

Thanks in advance.

+1  A: 

Here is a link to a blog post about it, according to the post there is a sample app in the sdk called CameraCapture that shows how to do it.

Matt
A: 

The answer is here: http://msdn.microsoft.com/en-us/library/ms940077.aspx I've read this documentation pages and now everything is clear to me.

Karim