ArOverlayFindAndPickConfiguration
data class ArOverlayFindAndPickConfiguration(var visible: Boolean = false, var automaticSelectionEnabled: Boolean = true, var polygon: FindAndPickArOverlayPolygonConfiguration = FindAndPickArOverlayPolygonConfiguration( ), var badge: FindAndPickBadgeConfiguration = FindAndPickBadgeConfiguration( ))
Configuration of the AR overlay.
Constructors
Link copied to clipboard
constructor(json: JsonObject)
constructor(visible: Boolean = false, automaticSelectionEnabled: Boolean = true, polygon: FindAndPickArOverlayPolygonConfiguration = FindAndPickArOverlayPolygonConfiguration( ), badge: FindAndPickBadgeConfiguration = FindAndPickBadgeConfiguration( ))
Properties
Link copied to clipboard
If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view. The overlay will mark the scanned barcodes and stays above them. Default is true
Link copied to clipboard
Configuration of the round badge on find and pick ar layer.
Link copied to clipboard
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.