@ -13,7 +13,7 @@ author:
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''
disqus_shortname: 'cameraview'
# if you use google analytics, add your tracking id here
google_analytics_id: ''
@ -5,6 +5,7 @@ subtitle: "Events and lifecycle"
category: docs
date: 2018-12-20 20:02:08
order: 1
disqus: 1
---
The camera engine will notify anyone about camera events that took place, either on their own or
@ -5,6 +5,7 @@ subtitle: "Set size of output media"
order: 8
date: 2018-12-20 22:07:22
If you are planning to use the snapshot APIs, the size of the media output is that of the preview,
@ -5,6 +5,7 @@ subtitle: "Taking pictures and videos"
order: 3
date: 2018-12-20 20:53:17
This section introduces some key concepts about media capturing, and about the `Mode` control.
@ -5,6 +5,7 @@ subtitle: "Output parameters and capture options"
order: 2
date: 2018-12-20 21:08:53
CameraView supports a wide range of controls that will control the behavior of the sensor or the
@ -4,6 +4,7 @@ title: "Debugging"
order: 10
date: 2018-12-20 20:02:38
`CameraView` will log a lot of interesting events related to the camera lifecycle. These are important
@ -4,6 +4,7 @@ title: "Error Handling"
order: 9
date: 2018-12-20 20:02:31
Errors are posted to the registered `CameraListener`s callback:
@ -5,6 +5,7 @@ subtitle: "Process each frame in real time"
order: 5
date: 2018-12-20 20:45:42
We support frame processors that will receive data from the camera preview stream. This is a useful
@ -5,6 +5,7 @@ subtitle: "Gestures control"
order: 4
date: 2018-12-20 20:49:35
`CameraView` listen to lots of different gestures inside its bounds. You have the chance to map
@ -5,6 +5,7 @@ subtitle: "Simple guide to take your first picture"
category: about
date: 2018-12-20 17:48:58
To use the CameraView engine, simply add a `CameraView` to your layout:
@ -5,6 +5,7 @@ subtitle: "Undocumented features & more"
order: 11
date: 2018-12-20 20:41:20
### Extra controls
@ -5,6 +5,7 @@ subtitle: "Measuring behavior"
order: 7
date: 2018-12-20 22:07:17
`CameraView` has a smart measuring behavior that will let you do what you want with a few flags.
@ -5,6 +5,7 @@ subtitle: "Camera preview implementations"
order: 6
date: 2018-12-20 21:58:16
CameraView supports different types of previews, configurable either through the `cameraPreview`
@ -5,6 +5,7 @@ subtitle: "Permissions and Manifest setup"
date: 2018-12-20 20:03:03
`CameraView` needs two permissions:
@ -5,6 +5,7 @@ subtitle: "Breaking Changes & new concepts"
category: extra
date: 2018-12-20 19:01:55
CameraView v2 introduces various breaking changes that will allow for more flexibility in the future,