Ну, я застрял в отображении видеокадра.
VideoFrame inputVideoFrame, croppedFace=null;
croppedFace = new VideoFrame(BitmapPixelFormat.Bgra8, (int)width, (int)height, BitmapAlphaMode.Ignore);
await inputVideoFrame.CopyToAsync(croppedFace, cropBounds, null);
Я хочу отобразить тип VideoFrame, inputVideoFrame на xaml. (на изображении или элементе захвата)
Есть ли способ сделать это?