Click or drag to resize
CameraSelectionFindBackFacingCameraOrDefault Method
Queries the system for camera devices and returns the first back-facing camera, or the default camera in case no back-facing camera is available.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public static Task<DeviceInformation> FindBackFacingCameraOrDefault()

Return Value

Type: TaskDeviceInformation
A valid camera device, or null in case no camera could be found.
See Also