VideoEffect
VideoEffect copied to clipboard
Apply image effects (Lumia Imaging SDK, Win2D, DirectX HLSL pixel shaders) and detectors (ZXing.Net, etc.) to videos in Universal Store Apps for Windows Phone 8.1 and Windows 8.1.
Hi, Thank you for this great package, I use it in windows phone app and it works just fine, however when I tried to use it in class library uwp,...
Am getting below error in var definition = new LumiaAnalyzerDefinition(ColorMode.Yuv420Sp, 640, AnalyzeBitmap); Error : Requested Windows Runtime type 'VideoEffects.LumiaAnalyzerDefinition' is not registered. Thanks, Snober
Hi, I wanted to make display portrait so I called `capture.SetPreviewRotation(VideoRotation.Clockwise90Degrees);` after capture initialization and I ended up having some strange black part where the rest of camera preview should...
Hello Mr. Maitre, i have an Problem with the LumiaAnalyzerDefinition class. `await capture.AddEffectAsync(MediaStreamType.VideoPreview, definition.ActivatableClassId, definition.Properties);` My App can't find any definition for "ActivatableClassId" and "Properties". In my Package.appxmanifest is the...
My issue is similar to this issue. https://github.com/mmaitre314/VideoEffect/issues/13 I am getting access violation when I try to navigate away from scan page which has this AnalyzeBitmap function which is given...
Likely a negative stride issue. Use Phone test app to repro.