From 27bca57ce8813425e16fefc0153f1d6c47281516 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 14 Jul 2019 20:20:14 -0300 Subject: [PATCH] Add documentation links --- .../2019-07-14-watermarks-and-overlays.md | 10 ++++++++++ docs/index.md | 20 +++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 docs/_posts/2019-07-14-watermarks-and-overlays.md diff --git a/docs/_posts/2019-07-14-watermarks-and-overlays.md b/docs/_posts/2019-07-14-watermarks-and-overlays.md new file mode 100644 index 00000000..c2079f4d --- /dev/null +++ b/docs/_posts/2019-07-14-watermarks-and-overlays.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "Watermarks and Overlays" +subtitle: "Static and animated overlays" +description: "Static and animated overlays" +category: docs +order: 10 +date: 2019-07-14 20:14:31 +disqus: 1 +--- diff --git a/docs/index.md b/docs/index.md index 017e864e..eab56e4c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,15 +9,15 @@ CameraView is a well documented, high-level library that makes capturing picture addressing most of the common issues and needs, and still leaving you with flexibility where needed. - Fast & reliable -- Gestures support -- Camera1 or Camera2 powered engine -- Frame processing support -- Watermarks & animated overlays -- OpenGL powered preview -- Take high-quality content with `takePicture` and `takeVideo` -- Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` -- Smart sizing: create a `CameraView` of any size -- Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more +- Gestures support [[docs]](docs/gestures.html) +- Camera1 or Camera2 powered engine [[docs]](docs/previews.html) +- Frame processing support [[docs]](docs/frame-processing.html) +- Watermarks & animated overlays [[docs]](docs/watermarks-and-overlays.html) +- OpenGL powered preview [[docs]](docs/previews.html) +- Take high-quality content with `takePicture` and `takeVideo` [[docs]](docs/capturing-media.html) +- 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) - Lightweight - Works down to API level 15 - Well tested @@ -29,7 +29,7 @@ addressing most of the common issues and needs, and still leaving you with flexi ### Get started Get started with [install info](about/install.html), [quick setup](about/getting-started.html), or -read the in-depth [documentation](docs/camera-events.html). +start reading the in-depth [documentation](docs/camera-events.html). ### Older versions