Skip to content

Problem with LumiaAnalyzerDefinition #24

@DaPete89

Description

@DaPete89

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 binding for the VideoEffects:
<Extension Category="windows.activatableClass.inProcessServer"> <InProcessServer> <Path>VideoEffects.WindowsPhone.dll</Path> <ActivatableClass ActivatableClassId="VideoEffects.CanvasEffect" ThreadingModel="both"/> <ActivatableClass ActivatableClassId="VideoEffects.LumiaEffect" ThreadingModel="both"/> <ActivatableClass ActivatableClassId="VideoEffects.LumiaAnalyzer" ThreadingModel="both"/> <ActivatableClass ActivatableClassId="VideoEffects.ShaderEffectBgrx8" ThreadingModel="both"/> <ActivatableClass ActivatableClassId="VideoEffects.ShaderEffectNv12" ThreadingModel="both"/> <ActivatableClass ActivatableClassId="VideoEffects.SquareEffect" ThreadingModel="both"/> </InProcessServer> </Extension> </Extensions>

Do you know where the problem is?

Best regards from germany

Peter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions