raw frames windows phone 8.1
问题 I need to get raw frames from the Camera in YUV/YCbCr format on windows phone 8.1 ( without Silverlight ), I don't see any example on internet, is it possible using MediaCapture or CameraPreviewImageSource (Nokia SDK) ? Thanks 回答1: The recommended way to process raw video frames on Windows Phone 8.1 is to write a custom MFT plug-in and then add it to the MediaCapture object via AddEffectAsync. The MFT acts as a DSP filter between the decoder and the XAML rich compositor. You can choose the