CameraSettingsActivatedEventArgs.VideoDeviceController Property

Definition

Gets the object that controls device settings on the camera.

public:
 property Platform::Object ^ VideoDeviceController { Platform::Object ^ get(); };
IInspectable VideoDeviceController();
public object VideoDeviceController { get; }
var object = cameraSettingsActivatedEventArgs.videoDeviceController;
Public ReadOnly Property VideoDeviceController As Object

Property Value

Object

Platform::Object

IInspectable

The object that controls device settings on the camera.

Implements

Remarks

Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your UWP app.

Applies to