Table of Contents

Class CameraConfiguration

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/CameraConfiguration", DoNotGenerateAcw = true)]
public sealed class CameraConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CameraConfiguration
Implements
Inherited Members

Constructors

CameraConfiguration()

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

Properties

IsConigured

public bool IsConigured { get; }

Property Value

bool

SupportedFlashModes

public IList<string> SupportedFlashModes { get; }

Property Value

IList<string>

SupportedFocusModes

public IList<string> SupportedFocusModes { get; }

Property Value

IList<string>

SupportedPictureFormats

public IList<Integer> SupportedPictureFormats { get; }

Property Value

IList<Integer>

SupportedPictureSizes

public IList<Camera.Size> SupportedPictureSizes { get; }

Property Value

IList<Camera.Size>

SupportedPreviewFormats

public IList<Integer> SupportedPreviewFormats { get; }

Property Value

IList<Integer>

SupportedPreviewSizes

public IList<Camera.Size> SupportedPreviewSizes { get; }

Property Value

IList<Camera.Size>

Methods

LoadCameraParameters(Parameters)

[Register("loadCameraParameters", "(Landroid/hardware/Camera$Parameters;)V", "")]
public void LoadCameraParameters(Camera.Parameters parameters)

Parameters

parameters Camera.Parameters

ToString(Context)

[Register("toString", "(Landroid/content/Context;)Ljava/lang/String;", "")]
public string ToString(Context context)

Parameters

context Context

Returns

string