# 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-react-native

```js
enum EnumFocusMode {
    FM_LOCKED = 1,
    FM_CONTINUOUS_AUTO  = 2
}
```

## Members

| Member | Description |
| ------ | ----------- |
| `FM_LOCKED` | Lock the focal length. |
| `FM_CONTINUOUS_AUTO` | Implements a continuous autoFocus. |
