Class CameraConfiguration
- Namespace
- IO.Scanbot.Sdk.Util
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CameraConfiguration : Object
- Inheritance
-
CameraConfiguration
Constructors
CameraConfiguration()
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>
public IList<Integer> SupportedPictureFormats { get; }
Property Value
- IList<Integer>
SupportedPictureSizes
public IList<Camera.Size> SupportedPictureSizes { get; }
Property Value
- IList<Camera.Size>
public IList<Integer> SupportedPreviewFormats { get; }
Property Value
- IList<Integer>
SupportedPreviewSizes
public IList<Camera.Size> SupportedPreviewSizes { get; }
Property Value
- IList<Camera.Size>
Methods
LoadCameraParameters(Parameters)
public void LoadCameraParameters(Camera.Parameters parameters)
Parameters
parameters
Parameters
ToString(Context)
public string ToString(Context context)
Parameters
context
Context
Returns
- string