I am writing windows UWP app, I used PickSingleItemAsync to select the screen to capture. It does not list desktop image. So, How do I capture desktop screen image in Windows UWP app?
Asked
Active
Viewed 169 times
1 Answers
0
I used PickSingleItemAsync to select the screen to capture. It does not list desktop image.
PickSingleItemAsync can use to select current available display then to get desktop screen image.
Open picker -> change select option like following.

Nico Zhu
- 32,367
- 2
- 15
- 36
-
Yes it works for other windows. But it doesnot display desktop screen (shell window). – Muthuraja Aug 30 '21 at 06:18
-