WPF XAML Islands - Using MediaCapture and VideoEffectDefinition

Viewed 114

Trying to create a WPF app, using UWP MediaCapture and a custom VideoEffect.

The VideoEffect is defined inside a Windows Runtime Component.

When adding the effect to MediaCapture, the app crashes with "Cannot find specified module. Failed to activate video effect"

Inside a new empty UWP app, the video effect works fine using the same code.

0 Answers
Related