You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
I added a Windows Runtime Component (UWP) project to this solution and within this I added a class GrayscaleVideoEffect.cs which has the following code
After adding a reference to this project in the AdventureWorks project, I added the following line in the Camera.cs file just before await _mediaCapture.StartPreviewAsync();
Hi,
First of all, nice project.
I added a Windows Runtime Component (UWP) project to this solution and within this I added a class GrayscaleVideoEffect.cs which has the following code
After adding a reference to this project in the AdventureWorks project, I added the following line in the Camera.cs file just before
await _mediaCapture.StartPreviewAsync();
Upon running the app, I get the following exception
How do I fix this error?
The text was updated successfully, but these errors were encountered: