Table of Contents

Class CameraViewType.CameraX

Namespace
IO.Scanbot.Sdk.Camera
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/CameraViewType$CameraX", DoNotGenerateAcw = true)]
public sealed class CameraViewType.CameraX : CameraViewType, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CameraViewType.CameraX
Implements
Inherited Members

Constructors

CameraX()

[Register(".ctor", "()V", "")]
public CameraX()

CameraX(CameraModule, bool, bool, bool, Float, bool, int)

[Register(".ctor", "(Lio/scanbot/sdk/camera/CameraModule;ZZZLjava/lang/Float;ZI)V", "")]
public CameraX(CameraModule cameraModule, bool mirrorAnalyzerFrame, bool forceMaxSnappingSize, bool forceMaxSnappingQuality, Float customAnalyzerFpsLimit, bool saveDebugFramesSequence, int saveDebugFramesSequenceCount)

Parameters

cameraModule CameraModule
mirrorAnalyzerFrame bool
forceMaxSnappingSize bool
forceMaxSnappingQuality bool
customAnalyzerFpsLimit Float
saveDebugFramesSequence bool
saveDebugFramesSequenceCount int

Properties

CameraModule

public CameraModule CameraModule { get; set; }

Property Value

CameraModule

CustomAnalyzerFpsLimit

public Float CustomAnalyzerFpsLimit { get; set; }

Property Value

Float

ForceMaxSnappingQuality

public bool ForceMaxSnappingQuality { get; set; }

Property Value

bool

ForceMaxSnappingSize

public bool ForceMaxSnappingSize { get; set; }

Property Value

bool

Ieb

[Register("ieb")]
public bool Ieb { get; set; }

Property Value

bool

Iej

[Register("iej")]
public bool Iej { get; set; }

Property Value

bool

Iel

[Register("iel")]
public Float Iel { get; set; }

Property Value

Float

Ier

[Register("ier")]
public CameraModule Ier { get; set; }

Property Value

CameraModule

Ies

[Register("ies")]
public int Ies { get; set; }

Property Value

int

Iex

[Register("iex")]
public bool Iex { get; set; }

Property Value

bool

Iey

[Register("iey")]
public bool Iey { get; set; }

Property Value

bool

MirrorAnalyzerFrame

public bool MirrorAnalyzerFrame { get; set; }

Property Value

bool

SaveDebugFramesSequence

public bool SaveDebugFramesSequence { get; set; }

Property Value

bool

SaveDebugFramesSequenceCount

public int SaveDebugFramesSequenceCount { get; set; }

Property Value

int

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/camera/CameraModule;", "")]
public CameraModule Component1()

Returns

CameraModule

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Component5()

[Register("component5", "()Ljava/lang/Float;", "")]
public Float Component5()

Returns

Float

Component6()

[Register("component6", "()Z", "")]
public bool Component6()

Returns

bool

Component7()

[Register("component7", "()I", "")]
public int Component7()

Returns

int

Copy(CameraModule, bool, bool, bool, Float, bool, int)

[Register("copy", "(Lio/scanbot/sdk/camera/CameraModule;ZZZLjava/lang/Float;ZI)Lio/scanbot/sdk/camera/CameraViewType$CameraX;", "")]
public CameraViewType.CameraX Copy(CameraModule cameraModule, bool mirrorAnalyzerFrame, bool forceMaxSnappingSize, bool forceMaxSnappingQuality, Float customAnalyzerFpsLimit, bool saveDebugFramesSequence, int saveDebugFramesSequenceCount)

Parameters

cameraModule CameraModule
mirrorAnalyzerFrame bool
forceMaxSnappingSize bool
forceMaxSnappingQuality bool
customAnalyzerFpsLimit Float
saveDebugFramesSequence bool
saveDebugFramesSequenceCount int

Returns

CameraViewType.CameraX