Click or drag to resize

CameraWedge Class

CameraWedge
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.CameraWedge

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CameraWedge : PropertyGroup

The CameraWedge type exposes the following members.

Constructors
NameDescription
Public methodCameraWedge
Initializes a new instance of the CameraWedge class
Public methodCameraWedge
Initializes a new instance of the CameraWedge class
Top
Properties
NameDescription
Public propertyBackgroundColor
backgroundColor represents the background color of the frames containing a barcode generated by the camera wedge.
Public propertyBarcodeColor
barcodeColor represents the barcode color of the frames containing a barcode generated by the camera wedge.
Public propertyBarcodeCustomPositionX
In case of custom positioning, barcodeCustomPositionX represents the position of the barcode generated by the camera wedge on the X coordinate.
Public propertyBarcodeCustomPositionY
In case of custom positioning, barcodeCustomPositionY represents the position of the barcode generated by the camera wedge on the Y coordinate.
Public propertyBarcodeOrientation
barcodeOrientation represents the orientation of the barcode generated by the camera wedge.
Public propertyBarcodePosition
barcodePosition represents the position of the barcode generated by the camera wedge.
Public propertyBarcodeSize
barcodeSize represents the size in pixels of the barcode generated by the camera wedge.
Public propertyBarcodeType
barcodeType represents the symbology of the barcode generated by the camera wedge.
Public propertyEnable
enable sets the camera wedge mode, allowing the scanner to substitute the rear camera of the device.
Public propertyEnableAlwaysOn
enableAlwaysOn, when set to true, sets the scan mode to always on when the camera wedge is active.
Public propertyJniPeerMembers
To be added.
Public propertyMaxBarcodePersistence
maxBarcodePersistence represents the maximum amount of time (in milliseconds) a generated barcode is shown in the camera frames.
Public propertyMinBarcodePersistence
minBarcodePersistence represents the minimum amount of time (in milliseconds) a generated barcode is shown in the camera frames.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
CameraWedge is the class that allows to configure the scanner to act in place of the rear camera of the device. This means that, when the camera wedge is enabled and an app using the rear camera is opened, it will start the scanner instead of using the standard rear camera of the device. With the scanner active, the barcodes that are decoded will be shown back in the preview of the rear camera opened by the application. This allows for an integration of the scanner with application2 that normally take advantage of the rear camera for decoding.

[Android Documentation]

See Also