Resource Base
Table of contents

EnumEnhancedFeatures

EnumEnhancedFeatures enumerates the advanced features that can be enabled to enhance user interaction.

export enum EnumEnhancedFeatures {
    /**
     * Enables auto-focus on areas likely to contain barcodes, assisting in their identification and interpretation.
     */
    EF_ENHANCED_FOCUS = 4,
    /**
     * Facilitates automatic zooming in on areas likely to contain barcodes, aiding in their detection and decoding.
     */
    EF_AUTO_ZOOM = 16,
    /**
     * Allows users to tap on a specific item or area in the video feed to focus on,
     * simplifying the interaction for selecting or highlighting important elements.
     */
    EF_TAP_TO_FOCUS = 64,
}

This page is compatible for:

Is this page helpful?

YesYes NoNo