Table of Contents

Class CameraConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class CameraConfiguration
Inheritance
CameraConfiguration
Inherited Members

Constructors

CameraConfiguration()

public CameraConfiguration()

Properties

CameraModule

public CameraModule CameraModule { get; set; }

Property Value

CameraModule

CameraPreviewMode

public CameraPreviewMode CameraPreviewMode { get; set; }

Property Value

CameraPreviewMode

DefaultZoomFactor

public double DefaultZoomFactor { get; set; }

Property Value

double

FlashEnabled

public bool FlashEnabled { get; set; }

Property Value

bool

FpsLimit

public int FpsLimit { get; set; }

Property Value

int

HardwareButtonsEnabled

public bool HardwareButtonsEnabled { get; set; }

Property Value

bool

MinFocusDistanceLock

public bool MinFocusDistanceLock { get; set; }

Property Value

bool

OrientationLockMode

public OrientationLockMode OrientationLockMode { get; set; }

Property Value

OrientationLockMode

PinchToZoomEnabled

public bool PinchToZoomEnabled { get; set; }

Property Value

bool

TouchToFocusEnabled

public bool TouchToFocusEnabled { get; set; }

Property Value

bool

ZoomSteps

public double[] ZoomSteps { get; set; }

Property Value

double[]

Methods

FromJson(string)

public static CameraConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

CameraConfiguration

FromNative(CameraConfiguration)

public static CameraConfiguration FromNative(CameraConfiguration source)

Parameters

source CameraConfiguration

Returns

CameraConfiguration

FromNative(SBSDKUI2CameraConfiguration)

public static CameraConfiguration FromNative(SBSDKUI2CameraConfiguration source)

Parameters

source SBSDKUI2CameraConfiguration

Returns

CameraConfiguration

ToNative()

public CameraConfiguration ToNative()

Returns

CameraConfiguration