|
|
@ -174,7 +174,7 @@ cameraView.setFacing(CameraKit.Constants.FACING_FRONT); |
|
|
|
- - - |
|
|
|
- - - |
|
|
|
|
|
|
|
|
|
|
|
### `ckFlash` |
|
|
|
### `ckFlash` |
|
|
|
[`off`](#off) [`on`](#on) [`auto`](#auto) |
|
|
|
[`off`](#off) [`on`](#on) [`auto`](#auto) [`torch`](#torch) |
|
|
|
|
|
|
|
|
|
|
|
#### `off` |
|
|
|
#### `off` |
|
|
|
|
|
|
|
|
|
|
@ -194,6 +194,11 @@ cameraView.setFlash(CameraKit.Constants.FLASH_ON); |
|
|
|
cameraView.setFlash(CameraKit.Constants.FLASH_AUTO); |
|
|
|
cameraView.setFlash(CameraKit.Constants.FLASH_AUTO); |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### `torch` |
|
|
|
|
|
|
|
```java |
|
|
|
|
|
|
|
cameraView.setFlash(CameraKit.Constants.FLASH_TORCH); |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
- - - |
|
|
|
- - - |
|
|
|
|
|
|
|
|
|
|
|
### `ckFocus` |
|
|
|
### `ckFocus` |
|
|
@ -316,7 +321,7 @@ cameraView.setJpegQuality(100); |
|
|
|
- - - |
|
|
|
- - - |
|
|
|
|
|
|
|
|
|
|
|
### `ckVideoQuality` |
|
|
|
### `ckVideoQuality` |
|
|
|
[`max480p`](#max480p) [`max720p`](#max720p) [`max1080p`](#max1080p) [`max2160p`](#max2160p) [`highest`](#highest) [`lowest`](#lowest) |
|
|
|
[`max480p`](#max480p) [`max720p`](#max720p) [`max1080p`](#max1080p) [`max2160p`](#max2160p) [`lowest`](#lowest) [`highest`](#highest) [`qvga`](#qvga) |
|
|
|
|
|
|
|
|
|
|
|
#### `max480p` |
|
|
|
#### `max480p` |
|
|
|
|
|
|
|
|
|
|
@ -354,6 +359,12 @@ cameraView.setVideoQuality(CameraKit.Constants.VIDEO_QUALITY_LOWEST); |
|
|
|
cameraView.setVideoQuality(CameraKit.Constants.VIDEO_QUALITY_HIGHEST); |
|
|
|
cameraView.setVideoQuality(CameraKit.Constants.VIDEO_QUALITY_HIGHEST); |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### `qvga` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```java |
|
|
|
|
|
|
|
cameraView.setVideoQuality(CameraKit.Constants.VIDEO_QUALITY_QVGA); |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
- - - |
|
|
|
- - - |
|
|
|
|
|
|
|
|
|
|
|
## Automatic Permissions Behavior |
|
|
|
## Automatic Permissions Behavior |
|
|
|