Camera Switch Control

Defined under the namespace Scandit.Datacapture.Core.Ui

CameraSwitchControl
class CameraSwitchControl : Control

Added in version 6.13.0

Control that allows to switch between the available cameras.

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

idleImage
idleImage: string | null

Added in version 6.13.0

The button image to display when idle (i.e. not pressed) encoded as Base64.

pressedImage
pressedImage: string | null

Added in version 6.13.0

The button image to display when pressed encoded as Base64.