Missing Windows.Imaging namespace #174
Answered
by
sandrist
jennykim515
asked this question in
Q&A
-
Hi! I am getting familiarized with psi using the provided samples. I'm now on the webcam with the audio sample, and I'm unable to include the System.Windows.Media.Imaging namespace and I'm using NET Core 3.1. Does anyone know the solution to this? |
Beta Was this translation helpful? Give feedback.
Answered by
sandrist
Jul 9, 2021
Replies: 1 comment 1 reply
-
I think the easiest approach will be to recreate the project as a WPF app targeting .NET Framework 4.7.2. That should allow you to include System.Windows.Media.Imaging. The .csproj for the sample should look something like the following at the top:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jennykim515
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the easiest approach will be to recreate the project as a WPF app targeting .NET Framework 4.7.2. That should allow you to include System.Windows.Media.Imaging. The .csproj for the sample should look something like the following at the top: