parent
821a21a1bd
commit
14e777e7c7
@ -1,3 +1,3 @@ |
|||||||
<h4><a class="brand" href="{{ site.baseurl }}/">{{ site.title }}</a> |
<h4><a class="brand" href="{{ site.baseurl }}/home">{{ site.title }}</a> |
||||||
{% if site.subtitle %}<small>{{ site.subtitle }}</small>{% endif %} |
{% if site.subtitle %}<small>{{ site.subtitle }}</small>{% endif %} |
||||||
</h4> |
</h4> |
||||||
|
@ -0,0 +1,29 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html style="height:100%;width:100%;margin:0px;"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
||||||
|
<meta name="viewport" content="width=device-width"> |
||||||
|
|
||||||
|
<title>{{ site.title }}{% if page.title %} | {{ page.title }}{% endif %}</title> |
||||||
|
<meta name="description" content="{{ site.subtitle }}"> |
||||||
|
|
||||||
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> |
||||||
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css"> |
||||||
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css"> |
||||||
|
|
||||||
|
{% seo %} |
||||||
|
</head> |
||||||
|
<body id="landing" style="display:table;height:100%;width:100%;margin:0px;"> |
||||||
|
<div class="container" style="display:table-cell; vertical-align:middle;"> |
||||||
|
<div id="content" align="center"> |
||||||
|
<img src="static/icon_foreground.png" width="45%"> |
||||||
|
{{ content }} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
{% if site.google_analytics_id != "" %} |
||||||
|
{% include google_analytics.html %} |
||||||
|
{% endif %} |
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,46 @@ |
|||||||
|
--- |
||||||
|
layout: default |
||||||
|
title: "CameraView" |
||||||
|
--- |
||||||
|
|
||||||
|
# CameraView |
||||||
|
|
||||||
|
CameraView is a well documented, high-level library that makes capturing pictures and videos easy, |
||||||
|
addressing all of the common issues and needs and much more. |
||||||
|
|
||||||
|
<p align="center"> |
||||||
|
<img src="static/banner.png" vspace="10" width="100%"> |
||||||
|
</p> |
||||||
|
|
||||||
|
- Fast & reliable |
||||||
|
- Gestures support [[docs]](docs/gestures) |
||||||
|
- Real-time filters [[docs]](docs/filters) |
||||||
|
- Camera1 or Camera2 powered engine [[docs]](docs/previews) |
||||||
|
- Frame processing support [[docs]](docs/frame-processing) |
||||||
|
- Watermarks & animated overlays [[docs]](docs/watermarks-and-overlays) |
||||||
|
- OpenGL powered preview [[docs]](docs/previews) |
||||||
|
- Take high-quality content with `takePicture` and `takeVideo` [[docs]](docs/capturing-media) |
||||||
|
- Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` [[docs]](docs/capturing-media) |
||||||
|
- Smart sizing: create a `CameraView` of any size [[docs]](docs/preview-size) |
||||||
|
- Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more [[docs]](docs/controls) |
||||||
|
- RAW pictures support [[docs]](docs/controls) |
||||||
|
- Lightweight |
||||||
|
- Works down to API level 15 |
||||||
|
- Well tested |
||||||
|
|
||||||
|
### Get started |
||||||
|
|
||||||
|
Get started with [install info](about/install), [quick setup](about/getting-started), or |
||||||
|
start reading the in-depth [documentation](docs/camera-events). |
||||||
|
|
||||||
|
### Older versions |
||||||
|
|
||||||
|
This website contains documentation and informations about version 2.X.X of the library. |
||||||
|
For older versions, please take a look at the v1 branch in the [project page](https://github.com/natario1/CameraView). |
||||||
|
For migration guide, take a look at the [migration page](extra/v1-migration-guide). |
||||||
|
|
||||||
|
### Support |
||||||
|
|
||||||
|
If you like the project, use it with profit, and want to thank back, please consider [donating or |
||||||
|
becoming a supporter](extra/donate). |
||||||
|
|
@ -1,46 +1,13 @@ |
|||||||
--- |
--- |
||||||
layout: default |
layout: landing |
||||||
title: "CameraView" |
title: "CameraView" |
||||||
--- |
--- |
||||||
|
|
||||||
# CameraView |
# CameraView |
||||||
|
|
||||||
CameraView is a well documented, high-level library that makes capturing pictures and videos easy, |
A well documented, high-level library that makes capturing pictures and videos easy, |
||||||
addressing most of the common issues and needs, and still leaving you with flexibility where needed. |
addressing all of the common issues and needs. Supports real-time filters, gestures, watermarks, frame processing, RAW, outputs of any size and much more. |
||||||
|
|
||||||
<p align="center"> |
<br/> |
||||||
<img src="static/banner.png" vspace="10" width="100%"> |
|
||||||
</p> |
|
||||||
|
|
||||||
- Fast & reliable |
|
||||||
- Gestures support [[docs]](docs/gestures) |
|
||||||
- Real-time filters [[docs]](docs/filters) |
|
||||||
- Camera1 or Camera2 powered engine [[docs]](docs/previews) |
|
||||||
- Frame processing support [[docs]](docs/frame-processing) |
|
||||||
- Watermarks & animated overlays [[docs]](docs/watermarks-and-overlays) |
|
||||||
- OpenGL powered preview [[docs]](docs/previews) |
|
||||||
- Take high-quality content with `takePicture` and `takeVideo` [[docs]](docs/capturing-media) |
|
||||||
- Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` [[docs]](docs/capturing-media) |
|
||||||
- Smart sizing: create a `CameraView` of any size [[docs]](docs/preview-size) |
|
||||||
- Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more [[docs]](docs/controls) |
|
||||||
- RAW pictures support [[docs]](docs/controls) |
|
||||||
- Lightweight |
|
||||||
- Works down to API level 15 |
|
||||||
- Well tested |
|
||||||
|
|
||||||
### Get started |
|
||||||
|
|
||||||
Get started with [install info](about/install), [quick setup](about/getting-started), or |
|
||||||
start reading the in-depth [documentation](docs/camera-events). |
|
||||||
|
|
||||||
### Older versions |
|
||||||
|
|
||||||
This website contains documentation and informations about version 2.X.X of the library. |
|
||||||
For older versions, please take a look at the v1 branch in the [project page](https://github.com/natario1/CameraView). |
|
||||||
For migration guide, take a look at the [migration page](extra/v1-migration-guide). |
|
||||||
|
|
||||||
### Support |
|
||||||
|
|
||||||
If you like the project, use it with profit, and want to thank back, please consider [donating or |
|
||||||
becoming a supporter](extra/donate). |
|
||||||
|
|
||||||
|
[Documentation](home) [GitHub](https://github.com/natario1/CameraView) [Support](extra/donate) |
||||||
|
After Width: | Height: | Size: 174 KiB |
Loading…
Reference in new issue