fix mixed up extra attrs section

pull/1/head
Dylan McIntyre 8 years ago
parent bb495dc278
commit dc95da7249
  1. 12
      README.md

@ -153,17 +153,17 @@ camera.setCameraListener(new CameraListener() {
| Value | Description | | Value | Description |
| --------------| -------------| | --------------| -------------|
| `on` | Tap to focus is enabled and a visible focus circle appears when tapped, similar to the Android built-in camera. | | `quality` | Use normal Android Camera API image capturing. |
| `invisible` | Tap to focus is enabled, but no focus circle appears. | | `speed` | Freeze the `CameraView` preview and grab a `Bitmap` of the frame. |
| `off` | Tap to focus is off. | | `auto` | Default picture mode to `quality`, but fallback to `speed` if capturing is determined to be too slow. |
#### `ckTapToFocus` #### `ckTapToFocus`
| Value | Description | | Value | Description |
| --------------| -------------| | --------------| -------------|
| `quality` | Use normal Android Camera API image capturing. | | `on` | Tap to focus is enabled and a visible focus circle appears when tapped, similar to the Android built-in camera. |
| `speed` | Freeze the `CameraView` preview and grab a `Bitmap` of the frame. | | `invisible` | Tap to focus is enabled, but no focus circle appears. |
| `auto` | Default picture mode to `quality`, but fallback to `speed` if capturing is determined to be too slow. | | `off` | Tap to focus is off. |
### Capturing Images ### Capturing Images

Loading…
Cancel
Save