CameraSelection Class |
Namespace: Scandit.BarcodePicker
The CameraSelection type exposes the following members.
Name | Description | |
---|---|---|
FindBackFacingCameraOrDefault |
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.
| |
FindCameraFacingOrDefault |
Queries the system for camera devices and returns the first camera that matches the given
camera facing preference. In case no camera matches, the first camera is returned.
| |
FindFrontFacingCameraOrDefault |
Queries the system for camera devices and returns the first front-facing camera, or the
default camera in case no front-facing camera is available.
| |
GetAllCameras | Get the cameras from the last enumeration. | |
SelectBackFacingCameraOrDefault |
Select first back-facing camera attached to the device, if there is any. In case there is none,
return the first camera.
| |
SelectCameraFacingOrDefault |
Select camera with the given facing preference.
| |
SelectFrontFacingCameraOrDefault |
Select first front-facing camera attached to the device, if there is any. In case there is none,
return the first camera.
|