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

Ebg

[Register("ebg")]
public Float Ebg { get; set; }

Property Value

Float

Ebh

[Register("ebh")]
public bool Ebh { get; set; }

Property Value

bool

Ebk

[Register("ebk")]
public CameraModule Ebk { get; set; }

Property Value

CameraModule

Ebn

[Register("ebn")]
public bool Ebn { get; set; }

Property Value

bool

Ebp

[Register("ebp")]
public int Ebp { get; set; }

Property Value

int

Ebs

[Register("ebs")]
public bool Ebs { get; set; }

Property Value

bool

Ebx

[Register("ebx")]
public bool Ebx { get; set; }

Property Value

bool

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

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