What's the possible side effect when I use PhotoCaptureSource. Auto to Initialize MediaCapture Settings?

Xie Steven 811 Reputation points
2020-04-15T09:26:36.663+00:00

Hello guys,

My app has MediaCapture function. I followed the microsoft official document to to Initialize MediaCapture Settings by using the PhotoCaptureSource. Photo.

In most cases, it worked well. But on a device, it did not work. After my troubleshooting, if I change PhotoCaptureSource. Auto, it will work.

I checked the official document PhotoCaptureSource Enum . It shows:

> Some video cameras have a separate photo stream that can capture still images at higher resolution than the video stream.

Does it mean that the camera on that device doesn't support 'a separate photo stream that can capture still images at higher resolution than the video stream'? Although I use the PhotoCaptureSource. Auto to solve the current issue, but will there be any side effects? If I use PhotoCaptureSource. Auto, will it be subject to some system-level settings or other things?

Best Regards,

Xavier

Universal Windows Platform (UWP)
{count} votes