-1

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?

  • GraphicsCaptureItem can capture an entire screen, or it can capture an app window. The desktop wallpaper doesn't fall into either category. – Raymond Chen Aug 31 '21 at 03:44

1 Answers1

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.

enter image description here

Nico Zhu
  • 32,367
  • 2
  • 15
  • 36