From a0abf1627e8eefc9c7f850637ce6b570725fa416 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 28 Nov 2019 21:55:35 +0100 Subject: [PATCH] Improve documentation --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) 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