Resource Base
Table of contents

EnumEnhancedFeatures

EnumEnhancedFeatures is an enumeration that defines the set of enhanced features that the Camera Enhancer offers. These enhanced features can help improve the performance of the Barcode Reader or adapt it to certain difficult scenarios e.g. using auto-zoom for barcodes that are farther than normal.

Definition

Assembly: dynamsoft-capture-vision-react-native

enum EnumEnhancedFeatures {
  EF_FRAME_FILTER = 1,
  EF_SENSOR_CONTROL = 2,
  EF_ENHANCED_FOCUS = 4,
  EF_AUTO_ZOOM = 8,
  EF_SMART_TORCH = 16,
  EF_ALL = 31
}

Members

Member Description
EF_FRAME_FILTER Enables frame filtering to improve image quality, potentially leading to better read rate results.
EF_SENSOR_CONTROL Allows sensor control to automatically filter out any frames while the device is shaking.
EF_ENHANCED_FOCUS Enhances the camera’s focus capabilities, facilitating the camera to trigger auto-focus. This is especially useful for low-end mobile devices that do not have the ability to auto-focus.
EF_AUTO_ZOOM Causes the camera to zoom in automatically when the barcode that it is trying to capture is far away, making the localization and decoding process easier for the Barcode Reader.
EF_SMART_TORCH Activates the smart torch feature, which displays a torch button in the camera view when the environment brightness is low and hides the button if the brightness is high.
EF_ALL Enables all of the above enhanced features.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: