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().

Note

From 8.1 the initial value of the getter properties (cameraFOVWideImage, cameraFOVWidePressedImage, cameraFOVUltraWideImage, cameraFOVUltraWidePressedImage) now returns an empty string as initial value instead of the old base64-encoded image. Setting these properties to an image URL or a base64-encoded image will still set the custom image as before.

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.