diff --git a/README.md b/README.md index ba8ae887..231b6fa3 100644 --- a/README.md +++ b/README.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 diff --git a/docs/index.md b/docs/index.md index 6621266e..097a59d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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