Click or drag to resize

CameraInputDevice Class

Input device representing a Camera. If this is set as the current input device in the BarcodeManager, the frames will be captured from the specified Camera.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.CameraInputDevice

Namespace: Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CameraInputDevice : Object, 
	IJavaObject, IDisposable, IJavaPeerable

The CameraInputDevice type exposes the following members.

Constructors
NameDescription
Public methodCameraInputDevice
Initializes a new instance of the CameraInputDevice class
Public methodCameraInputDevice
Initializes a new instance of the CameraInputDevice class
Top
Properties
NameDescription
Public propertyCameraId
To be added.
Public propertyCurrentPreviewSize
To be added.
Public propertyFacing
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyName
To be added.
Public propertyOrientation
To be added.
Public propertySupportedPreviewSizes
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyType
To be added.
Top
Methods
NameDescription
Public methodGetPreviewDisplayMode
Returns the display mode in use of the preview.
Public methodSetPreviewDisplayMode
Sets the current display mode of the preview.
Top
Remarks
Input device representing a Camera. If this is set as the current input device in the BarcodeManager, the frames will be captured from the specified Camera.

[Android Documentation]

See Also