# EnumFocusMode

`EnumFocusMode` is an enumeration that specifies the different modes of focus that the Camera Enhancer can apply to the camera feed.

## Definition

*Assembly:* dynamsoft_capture_vision_flutter

```dart
enum EnumFocusMode {
    locked,
    continuousAuto
}
```

## Members

| Member | Description |
| ------ | ----------- |
| `locked` | Lock the focal length. |
| `continuousAuto` | Implements a continuous autoFocus. |
