ScannerOptions.ScannerCameraInteroperability Property
Click or drag to resize

ScannerOptionsScannerCameraInteroperability Property

scannerCameraInteroperability enables the interoperability between scanner and other cameras, allowing to scan barcodes while another camera is previewing.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty ScannerCameraInteroperability { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BooleanProperty
No description available.

Remarks
scannerCameraInteroperability enables the interoperability between scanner and other cameras, allowing to scan barcodes while another camera is previewing. By default, the scanner is prevented from starting barcode scanning when the camera is in use.

[Android Documentation]

See Also