locked
Why MediaCapture.AddEffectAsync(...) Failed? RRS feed

  • Question

  • Our stablization function has no effect , I refer to <<

    How to add video stabilization effect to captured video (Windows Store apps using C#/VB/C++ and XAML)

    >>

    MediaCapture captureMgr = new MediaCapture();
    await captureMgr.InitializeAsync();
    
    await captureMgr.AddEffectAsync(
        MediaStreamType.VideoPreview,
        Windows.Media.VideoEffects.VideoStabilization,
        null);
    

    Our camrea driver support to VideoStablization. Win8 Inbox Camera app has stablization in camera preivew mode.

    why our metro app has no  video stablization effect ? 

    Friday, October 18, 2013 4:16 AM

Answers

All replies