Aforge Directshow not working for UWP project

0

I'm trying to create a small webcam application in UWP, but as soon as I install the AForge.Video.DirectShow nuget and try to run, I get the following error message:

Unable to activate Windows Store app 'random id here'. The activation request failed with error 'Operation not supported. Unknown error 0x80040904'.

Things I've tried:

  1. Add every single Capability to the app to check if it requires more rights
  2. Run the application without the AForge.Video.DirectShow nuget (then it works)

Things to keep in mind:

  1. I'm trying this on UWP, because I'll need to publish it to my raspberry pi (which is running Windows 10 IoT Core) as a test. If I can make this work, I'm very likely to run a Console Application.
  2. I'm using .NET Core 3.0 (same reason as before, needs to work on raspberry pi)

enter image description here

c#
uwp
aforge
asked on Stack Overflow Nov 25, 2019 by Jordec

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0