Answered by:
Why MediaCapture.AddEffectAsync(...) Failed?

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
-
Hello,
What do you mean by "Win8 Inbox Camera app"? Is this the desktop app or the Windows Store app?
Your code appears to be correct. The only suggestion I can make is to try using the "MediaStreamType.videoRecord" and see if that makes a difference.
I hope this helps,
James
Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/
- Marked as answer by Anne Jing Thursday, October 24, 2013 7:09 AM
Friday, October 18, 2013 11:17 PMModerator -
"Win8 Inbox Camera App" may mean
Hello Peter ,here is some answers about video stabilization
- Marked as answer by Anne Jing Thursday, October 24, 2013 7:09 AM
Friday, October 18, 2013 11:37 PM
All replies
-
Hello,
What do you mean by "Win8 Inbox Camera app"? Is this the desktop app or the Windows Store app?
Your code appears to be correct. The only suggestion I can make is to try using the "MediaStreamType.videoRecord" and see if that makes a difference.
I hope this helps,
James
Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/
- Marked as answer by Anne Jing Thursday, October 24, 2013 7:09 AM
Friday, October 18, 2013 11:17 PMModerator -
"Win8 Inbox Camera App" may mean
Hello Peter ,here is some answers about video stabilization
- Marked as answer by Anne Jing Thursday, October 24, 2013 7:09 AM
Friday, October 18, 2013 11:37 PM