Table of Contents

Class CameraViewType.CameraX

Namespace
IO.Scanbot.Sdk.Camera
Assembly
DocumentSDK.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

MirrorAnalyzerFrame

public bool MirrorAnalyzerFrame { get; set; }

Property Value

bool

Nkb

[Register("nkb")]
public int Nkb { get; set; }

Property Value

int

Nkl

[Register("nkl")]
public bool Nkl { get; set; }

Property Value

bool

Nkm

[Register("nkm")]
public bool Nkm { get; set; }

Property Value

bool

Nkn

[Register("nkn")]
public Float Nkn { get; set; }

Property Value

Float

Nko

[Register("nko")]
public CameraModule Nko { get; set; }

Property Value

CameraModule

Nks

[Register("nks")]
public bool Nks { get; set; }

Property Value

bool

Nkx

[Register("nkx")]
public bool Nkx { 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