Is there any way to set the preview resolution of MediaCapture? I have a MFT that handles each frame sent by the framework (based on
http://code.msdn.microsoft.com/windowsapps/media-capture-sample-adf87622)
The problem is that I don't see anyway to change the frame size received by the MFT (for my case it's always 640x680), is there anyway to set it up higher/lower?
thanks!
Anthony