Update "Capture Element / Camera Preview" Sample to Use Microsoft.Windows.Media.Capture
APIs
#1866
Zakariathr22
started this conversation in
Ideas
Replies: 1 comment
-
@Saharsh979, any thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WinAppSDK 1.7 introduces the new
Microsoft.Windows.Media.Capture
namespace.Currently, the "Capture Element / Camera Preview" sample uses the older
Windows.Media.Capture
namespace. So, I’d like to confirm:👉 Should we switch to
Microsoft.Windows.Media.Capture
as the default approach going forward in the sample?I'm raising this because I found the following note in the WinAppSDK docs:
Are there any known limitations or other concerns we should consider before making this change?
Beta Was this translation helpful? Give feedback.
All reactions