Click or drag to resize
CameraSelectionSelectBackFacingCameraOrDefault Method
Select first back-facing camera attached to the device, if there is any. In case there is none, return the first camera.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public static DeviceInformation SelectBackFacingCameraOrDefault(
	DeviceInformationCollection devices
)

Parameters

devices
Type: Windows.Devices.EnumerationDeviceInformationCollection
list of camera devices

Return Value

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