Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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