Table of contents

Enumeration FocusMode

FocusMode describes the focus mode.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CaptureVisionRouter.Maui

public enum EnumFocusMode : int
{
    // Lock the focal length.
    FM_LOCKED = 1,
    // Keep continuous auto-focus.
    FM_CONTINUOUS_AUTO = 2
}

Is this page helpful?

YesYes NoNo

In this article: