CameraCaptureUI
public class CameraCaptureUISupported platforms
Example
CameraCaptureUI dialog = new CameraCaptureUI();
dialog.PhotoSettings.MaxResolution = CameraCaptureUIMaxPhotoResolution.HighestAvailable;
IStorageFile file = await dialog.CaptureFileAsync(CameraCaptureUIMode.Photo);Constructors
CameraCaptureUI(Android.Content.Context) - Android
Parameters
Properties
Context - Android
PhotoSettings
VideoSettings
Methods
CaptureFileAsync(CameraCaptureUIMode)
Parameters
Returns
Last updated