CameraCaptureUI - is it working in Windows App Sdk 1.1? #7847
Unanswered
nikolayvpavlov
asked this question in
Q&A
Replies: 1 comment
-
There are other threads about this problem, like #1034 |
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.
-
I am trying to capture a picture using the camera of the computer. I follow the example.
The thing is, that
await captureUI.CaptureFileAsync(CameraCaptureUIMode.Photo)
always returns null, and the UI window for the camera capture is not displayed.This happens when the app is run as packaged and as unpackaged. I tried it with Windows App Sdk 1.0 and 1.1.5.
Does anyone know if
captureUI.CaptureFileAsync()
is actually supported by Windows App Sdk?Beta Was this translation helpful? Give feedback.
All reactions