Camera FOV Switch Control

Defined under the namespace Scandit.Datacapture.Core.Ui

CameraFOVSwitchControl
class CameraFOVSwitchControl : Control

Added in version 6.17.0

Control that allows switching between wide and ultra-wide camera field of view (FOV) modes.

You can add this control to a view by calling DataCaptureView.addControl().

cameraFOVWideImage
cameraFOVWideImage: string | null

Added in version 6.17.0

The button image to display for the wide FOV mode encoded as Base64.

cameraFOVWidePressedImage
cameraFOVWidePressedImage: string | null

Added in version 6.17.0

The button image to display for the wide FOV mode when pressed encoded as Base64.

cameraFOVUltraWideImage
cameraFOVUltraWideImage: string | null

Added in version 6.17.0

The button image to display for the ultra-wide FOV mode encoded as Base64.

cameraFOVUltraWidePressedImage
cameraFOVUltraWidePressedImage: string | null

Added in version 6.17.0

The button image to display for the ultra-wide FOV mode when pressed encoded as Base64.