What's the possible side effect when I use PhotoCaptureSource. Auto to Initialize MediaCapture Settings?
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