Improve documentation

pull/691/head
Mattia Iavarone 6 years ago
parent b35644fcf4
commit a0abf1627e
  1. 1
      README.md
  2. 1
      docs/index.md

@ -36,6 +36,7 @@ api 'com.otaliastudios:cameraview:2.4.0'
- Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` [[docs]](https://natario1.github.io/CameraView/docs/capturing-media.html)
- Smart sizing: create a `CameraView` of any size [[docs]](https://natario1.github.io/CameraView/docs/preview-size.html)
- Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more [[docs]](https://natario1.github.io/CameraView/docs/controls.html)
- RAW pictures support [[docs]](https://natario1.github.io/CameraView/docs/controls.html)
- Lightweight
- Works down to API level 15
- Well tested

@ -23,6 +23,7 @@ addressing most of the common issues and needs, and still leaving you with flexi
- Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` [[docs]](docs/capturing-media.html)
- Smart sizing: create a `CameraView` of any size [[docs]](docs/preview-size.html)
- Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more [[docs]](docs/controls.html)
- RAW pictures support [[docs]](docs/controls.html)
- Lightweight
- Works down to API level 15
- Well tested

Loading…
Cancel
Save