CameraWedge Class |
CameraWedge
The CameraWedge type exposes the following members.
Name | Description | |
---|---|---|
![]() | CameraWedge | Initializes a new instance of the CameraWedge class |
![]() | CameraWedge | Initializes a new instance of the CameraWedge class |
Name | Description | |
---|---|---|
![]() | BackgroundColor | backgroundColor represents the background color of the frames containing a
barcode generated by the camera wedge. |
![]() | BarcodeColor | barcodeColor represents the barcode color of the frames containing a
barcode generated by the camera wedge. |
![]() | BarcodeCustomPositionX | In case of custom positioning, barcodeCustomPositionX represents the position of
the barcode generated by the camera wedge on the X coordinate. |
![]() | BarcodeCustomPositionY | In case of custom positioning, barcodeCustomPositionY represents the position of
the barcode generated by the camera wedge on the Y coordinate. |
![]() | BarcodeOrientation | barcodeOrientation represents the orientation of the barcode generated by the camera wedge. |
![]() | BarcodePosition | barcodePosition represents the position of the barcode generated by the camera wedge. |
![]() | BarcodeSize | barcodeSize represents the size in pixels of the barcode generated by the camera wedge. |
![]() | BarcodeType | barcodeType represents the symbology of the barcode generated by the camera wedge. |
![]() | Enable | enable sets the camera wedge mode, allowing the scanner to substitute
the rear camera of the device. |
![]() | EnableAlwaysOn | enableAlwaysOn , when set to true, sets the scan mode to always on when the
camera wedge is active. |
![]() | JniPeerMembers | To be added. |
![]() | MaxBarcodePersistence | maxBarcodePersistence represents the maximum amount of time (in milliseconds) a generated
barcode is shown in the camera frames. |
![]() | MinBarcodePersistence | minBarcodePersistence represents the minimum amount of time (in milliseconds) a generated
barcode is shown in the camera frames. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
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.