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

Dld

[Register("dld")]
public bool Dld { get; set; }

Property Value

bool

Dlg

[Register("dlg")]
public Float Dlg { get; set; }

Property Value

Float

Dlp

[Register("dlp")]
public int Dlp { get; set; }

Property Value

int

Dlr

[Register("dlr")]
public bool Dlr { get; set; }

Property Value

bool

Dlv

[Register("dlv")]
public bool Dlv { get; set; }

Property Value

bool

Dlw

[Register("dlw")]
public bool Dlw { get; set; }

Property Value

bool

Dly

[Register("dly")]
public CameraModule Dly { get; set; }

Property Value

CameraModule

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