Resource Base
Table of contents

EnumEnhancerFeatures

EnumEnhancerFeatures is the enumeration of advanced features of Dynamsoft Camera Ehancer.

namespace DCVXamarin
{
    public enum EnumEnhancerFeatures: long
    {
        EF_FRAME_FILTER = 1,
        EF_SENSOR_CONTROL = 2,
        EF_ENHANCED_FOCUS = 4,
        EF_FAST_MODE= 8,
        EF_AUTO_ZOOM = 16,
        EF_SMART_TORCH = 32,
        EF_ALL = 63
    }
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +