From 7ed6995a63a98032684f36adb1c30a3c30e460d2 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 7 Aug 2017 00:02:36 +0200 Subject: [PATCH] Readme changes for EV correction --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ba24c5b..d2222c14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please read the javadocs in code if you have any doubt about the usage of a cert - [Dynamic Sizing Behavior](#dynamic-sizing-behavior) - [Center Inside](#center-inside) - [Center Crop](#center-crop) -- [Extra Attributes](#extra-attributes) +- [XML Attributes](#xml-attributes) - [cameraSessionType](#camerasessiontype) - [cameraFacing](#camerafacing) - [cameraFlash](#cameraflash) @@ -33,6 +33,7 @@ Please read the javadocs in code if you have any doubt about the usage of a cert - [cameraJpegQuality](#camerajpegquality) - [cameraWhiteBalance](#camerawhitebalance) - [cameraGrid](#cameragrid) +- [Other APIs](#other-apis) - [Permissions Behavior](#permissions-behavior) - [Manifest file](#manifest-file) - [Roadmap](#roadmap) @@ -51,6 +52,7 @@ Please read the javadocs in code if you have any doubt about the usage of a cert - Multiple capture methods - Take high-resolution pictures with `capturePicture` - Take quick snapshots as a freeze frame of the preview with `captureSnapshot` (similar to Snapchat and Instagram) +- Control flash, focus, zoom, white balance, exposure correction - `CameraUtils` to help with Bitmaps and orientations - Metadata support for pictures and videos - Automatically detected orientation tags @@ -207,7 +209,7 @@ You can emulate a **center crop** behavior by setting both dimensions to fixed v This means that part of the preview is hidden, and the image output will contain parts of the scene that were not visible during the capture. If this is a problem, see [cameraCropOutput](#cameracropoutput). -## Extra Attributes +## XML Attributes ```xml