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.

Enumeration EnhancedFeatures

EnhancedFeatures describes the enhanced camera controlling features.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CaptureVisionRouter.Maui

public enum EnumEnhancedFeatures : int
{
    //Enable the Frame filter feature
    EF_FRAME_FILTER = 0x01,
    //Enable the sensor control feature
    EF_SENSOR_CONTROL = 0x02,
    //Enable the camera focus features
    EF_ENHANCED_FOCUS = 0x04,
    //Enable the autozoom feature
    EF_AUTO_ZOOM = 0x10,
    //Enable the smart torch button
    EF_SMART_TORCH = 0x20,
    // Enable all
    EF_ALL = 0x3F
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: