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:
Add every single Capability to the app to check if it requires more rights
Run the application without the AForge.Video.DirectShow nuget (then it works)
Things to keep in mind:
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.
I'm using .NET Core 3.0 (same reason as before, needs to work on raspberry pi)