xamarin / XamarinCommunityToolkit

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
MIT License
1.58k stars 471 forks source link

[Bug] [CameraView] [UWP] CameraView asks for access to the microphone in CaptureMode="Photo" #1962

Closed MFinkBK closed 1 year ago

MFinkBK commented 1 year ago

Description

The CameraView on UWP asks for the microphone permission, even if CaptureMode is set to "Photo". Users are thinking to be spied upon in the result.

Steps to Reproduce

  1. Open the sample app and open the CameraView sample page
  2. Permission for microphone is asked for

Expected Behavior

No permission is asked for when only taking photos, not videos

Actual Behavior

Permission for microphone is asked for

Basic Information

Workaround

N/A