v2
Mattia Iavarone 6 years ago
parent 9d9de4bc43
commit 7d9067fcd9
  1. 2
      docs/_config.yml
  2. 1
      docs/_posts/2018-12-20-camera-events.md
  3. 1
      docs/_posts/2018-12-20-capture-size.md
  4. 1
      docs/_posts/2018-12-20-capturing-media.md
  5. 1
      docs/_posts/2018-12-20-controls.md
  6. 1
      docs/_posts/2018-12-20-debugging.md
  7. 1
      docs/_posts/2018-12-20-error-handling.md
  8. 1
      docs/_posts/2018-12-20-frame-processing.md
  9. 1
      docs/_posts/2018-12-20-gestures.md
  10. 1
      docs/_posts/2018-12-20-getting-started.md
  11. 1
      docs/_posts/2018-12-20-more-features.md
  12. 1
      docs/_posts/2018-12-20-preview-size.md
  13. 1
      docs/_posts/2018-12-20-previews.md
  14. 1
      docs/_posts/2018-12-20-runtime-permissions.md
  15. 1
      docs/_posts/2018-12-20-v1-migration-guide.md

@ -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"
category: docs
order: 8
date: 2018-12-20 22:07:22
disqus: 1
---
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"
category: docs
order: 3
date: 2018-12-20 20:53:17
disqus: 1
---
This section introduces some key concepts about media capturing, and about the `Mode` control.

@ -5,6 +5,7 @@ subtitle: "Output parameters and capture options"
category: docs
order: 2
date: 2018-12-20 21:08:53
disqus: 1
---
CameraView supports a wide range of controls that will control the behavior of the sensor or the

@ -4,6 +4,7 @@ title: "Debugging"
category: docs
order: 10
date: 2018-12-20 20:02:38
disqus: 1
---
`CameraView` will log a lot of interesting events related to the camera lifecycle. These are important

@ -4,6 +4,7 @@ title: "Error Handling"
category: docs
order: 9
date: 2018-12-20 20:02:31
disqus: 1
---
Errors are posted to the registered `CameraListener`s callback:

@ -5,6 +5,7 @@ subtitle: "Process each frame in real time"
category: docs
order: 5
date: 2018-12-20 20:45:42
disqus: 1
---
We support frame processors that will receive data from the camera preview stream. This is a useful

@ -5,6 +5,7 @@ subtitle: "Gestures control"
category: docs
order: 4
date: 2018-12-20 20:49:35
disqus: 1
---
`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
order: 2
disqus: 1
---
To use the CameraView engine, simply add a `CameraView` to your layout:

@ -5,6 +5,7 @@ subtitle: "Undocumented features & more"
category: docs
order: 11
date: 2018-12-20 20:41:20
disqus: 1
---
### Extra controls

@ -5,6 +5,7 @@ subtitle: "Measuring behavior"
category: docs
order: 7
date: 2018-12-20 22:07:17
disqus: 1
---
`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"
category: docs
order: 6
date: 2018-12-20 21:58:16
disqus: 1
---
CameraView supports different types of previews, configurable either through the `cameraPreview`

@ -5,6 +5,7 @@ subtitle: "Permissions and Manifest setup"
category: docs
order: 8
date: 2018-12-20 20:03:03
disqus: 1
---
`CameraView` needs two permissions:

@ -5,6 +5,7 @@ subtitle: "Breaking Changes & new concepts"
category: extra
date: 2018-12-20 19:01:55
order: 1
disqus: 1
---
CameraView v2 introduces various breaking changes that will allow for more flexibility in the future,

Loading…
Cancel
Save