Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Jul 3, 2018
1 parent daa39a3 commit 2bfc7b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Use android camera to take pictures and videos, based on [camera2](https://devel
* Support both image capture & video record
* Configurable audio/video size and aspect ratio, auto focus, tap to focus, flash control, etc.

## Gradle

```
dependencies {
implementation 'com.github.duanhong169:camera:${latestVersion}'
...
}
```

> Replace `${latestVersion}` with the latest version code. See [releases](https://github.com/duanhong169/Camera/releases).
## Usage

* Add `CameraView` into your layout xml:
Expand Down

0 comments on commit 2bfc7b5

Please sign in to comment.