From c98ecf7e2836d68adaddb35e148587ae3b6f8a22 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 31 Jul 2017 11:09:33 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c68e0c4..91477858 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -*A fork of [Dylan McIntyre's CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview).* +*A fork of [Dylan McIntyre's CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview). Right now this is like CameraKit-Android, but with a lot of serious bugs fixed, new sizing behavior, better orientation and EXIF support, new `setLocation` and `setWhiteBalance` APIs. Feel free to open issues with suggestions or contribute. Roadmap:* + +- [ ] *delete `captureMethod` and `permissionPolicy`, replace with `sessionType` (either picture or video) such that when `sessionType=video`, pictures are captured with the 'frame' method* +- [ ] *test video and 'frame' capture behavior, I expect some bugs there* +- [ ] *rethink `adjustViewBounds`, maybe replace with a `scaleType` flag (center crop or center inside)* +- [ ] *add a `sizingMethod` API to choose the capture size? Could be `max`, `4:3`, `16:9`... Right now it's `max`* +- [ ] *simple APIs to draw grid lines* +- [ ] *pinch to zoom* +- [ ] *exposure correction APIs* +- [ ] *revisit demo app* +- [ ] *`Camera2` integration* # CameraKit