I'm currently doing image processing on a smart phone's captured images via the CameraCaptureDialog. I was wondering if doing live video processing would require lot of code.
You can set the capture dialog mode to Video or VideoWithAudio but you only get the whole video after it's been recorded... You don't get frame by frame, images comming in (what I would like to have).
Any way it's doable
Thanks.

Live Video Processing on Windows Mobile 5.0
Disk4mat
he should be able to do facial recognition, I've heard of others doing so on wm5.0. not sure the capacity exists in managed code though, it may need to be a C++ deployment ...
davidg12
You've to probably use Windows Media Player SDK for Mobile devices and use it's APIs to achieve whatever you're doing. WM SDK Info http://windowssdk.msdn.microsoft.com/en-us/library/aa393407.aspx
Manav
FCode
I think this is going way beyond WM programmability. I'm going to mark this post as answered and good luck in your search.
Manav
StuartLodge
I found a sample which I believe uses DirectShow to capture video or a photo but yet, only a complete video was comming out intead of the frame by frame I looking for...
I'll keep searching...