Add doc empty page

pull/580/head
Mattia Iavarone 6 years ago
parent 104d54b7bd
commit e21cdc7ae1
  1. 2
      README.md
  2. 1
      cameraview/src/main/res/values/attrs.xml
  3. 2
      docs/_posts/2018-12-20-capture-size.md
  4. 2
      docs/_posts/2018-12-20-controls.md
  5. 2
      docs/_posts/2018-12-20-debugging.md
  6. 2
      docs/_posts/2018-12-20-error-handling.md
  7. 2
      docs/_posts/2018-12-20-frame-processing.md
  8. 2
      docs/_posts/2018-12-20-gestures.md
  9. 2
      docs/_posts/2018-12-20-more-features.md
  10. 2
      docs/_posts/2018-12-20-preview-size.md
  11. 2
      docs/_posts/2018-12-20-previews.md
  12. 2
      docs/_posts/2018-12-20-runtime-permissions.md
  13. 2
      docs/_posts/2019-02-24-snapshot-size.md
  14. 2
      docs/_posts/2019-07-14-watermarks-and-overlays.md
  15. 2
      docs/_posts/2019-08-06-filters.md
  16. 10
      docs/_posts/2019-09-04-metering.md

@ -136,6 +136,8 @@ Using CameraView is extremely simple:
app:cameraAutoFocusMarker="@string/cameraview_default_autofocus_marker" app:cameraAutoFocusMarker="@string/cameraview_default_autofocus_marker"
app:cameraUseDeviceOrientation="true|false" app:cameraUseDeviceOrientation="true|false"
app:cameraFilter="@string/real_time_filter" app:cameraFilter="@string/real_time_filter"
app:cameraPictureMetering="true|false"
app:cameraPictureSnapshotMetering="false|true"
app:cameraExperimental="false|true"> app:cameraExperimental="false|true">
<!-- Watermark! --> <!-- Watermark! -->

@ -142,7 +142,6 @@
<attr name="cameraUseDeviceOrientation" format="boolean"/> <attr name="cameraUseDeviceOrientation" format="boolean"/>
<attr name="cameraPictureMetering" format="boolean|reference"/> <attr name="cameraPictureMetering" format="boolean|reference"/>
<attr name="cameraPictureSnapshotMetering" format="boolean|reference"/> <attr name="cameraPictureSnapshotMetering" format="boolean|reference"/>
<attr name="cameraExperimental" format="boolean" /> <attr name="cameraExperimental" format="boolean" />

@ -4,7 +4,7 @@ title: "Capture Size"
subtitle: "Set size of output media" subtitle: "Set size of output media"
description: "Set size of output media" description: "Set size of output media"
category: docs category: docs
order: 8 order: 9
date: 2018-12-20 22:07:22 date: 2018-12-20 22:07:22
disqus: 1 disqus: 1
--- ---

@ -253,7 +253,7 @@ cameraView.addCameraListener(new CameraListener() {
@UiThread @UiThread
public void onExposureCorrectionChanged(float newValue, @NonNull float[] bounds, @Nullable PointF[] fingers) { public void onExposureCorrectionChanged(float newValue, @NonNull float[] bounds, @Nullable PointF[] fingers) {
// newValue: the new correction value // newValue: the new correction value
// bounds: min and max bounds for newValue, as returned by {@link CameraOptions} // bounds: min and max bounds for newValue, as returned by CameraOptions
// fingers: finger positions that caused the event, null if not caused by touch // fingers: finger positions that caused the event, null if not caused by touch
} }
}); });

@ -2,7 +2,7 @@
layout: page layout: page
title: "Debugging" title: "Debugging"
category: docs category: docs
order: 14 order: 15
date: 2018-12-20 20:02:38 date: 2018-12-20 20:02:38
disqus: 1 disqus: 1
--- ---

@ -2,7 +2,7 @@
layout: page layout: page
title: "Error Handling" title: "Error Handling"
category: docs category: docs
order: 13 order: 14
date: 2018-12-20 20:02:31 date: 2018-12-20 20:02:31
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Frame Processing"
subtitle: "Process each frame in real time" subtitle: "Process each frame in real time"
description: "Process each frame in real time" description: "Process each frame in real time"
category: docs category: docs
order: 5 order: 6
date: 2018-12-20 20:45:42 date: 2018-12-20 20:45:42
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Gestures"
subtitle: "Gestures control" subtitle: "Gestures control"
description: "Gestures control" description: "Gestures control"
category: docs category: docs
order: 4 order: 5
date: 2018-12-20 20:49:35 date: 2018-12-20 20:49:35
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "More features"
subtitle: "Undocumented features & more" subtitle: "Undocumented features & more"
description: "Undocumented features & more" description: "Undocumented features & more"
category: docs category: docs
order: 15 order: 16
date: 2018-12-20 20:41:20 date: 2018-12-20 20:41:20
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Preview Size"
subtitle: "Measuring behavior" subtitle: "Measuring behavior"
description: "Measuring behavior" description: "Measuring behavior"
category: docs category: docs
order: 7 order: 8
date: 2018-12-20 22:07:17 date: 2018-12-20 22:07:17
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Engine and Previews"
subtitle: "Camera engine and preview implementations" subtitle: "Camera engine and preview implementations"
description: "Camera engine and preview implementations" description: "Camera engine and preview implementations"
category: docs category: docs
order: 6 order: 7
date: 2018-12-20 21:58:16 date: 2018-12-20 21:58:16
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Runtime Permissions"
subtitle: "Permissions and Manifest setup" subtitle: "Permissions and Manifest setup"
description: "Permissions and Manifest setup" description: "Permissions and Manifest setup"
category: docs category: docs
order: 12 order: 13
date: 2018-12-20 20:03:03 date: 2018-12-20 20:03:03
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Snapshot Size"
subtitle: "Sizing the snapshots output" subtitle: "Sizing the snapshots output"
description: "Sizing the snapshots output" description: "Sizing the snapshots output"
category: docs category: docs
order: 9 order: 10
date: 2019-02-24 17:36:39 date: 2019-02-24 17:36:39
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Watermarks and Overlays"
subtitle: "Static and animated overlays" subtitle: "Static and animated overlays"
description: "Static and animated overlays" description: "Static and animated overlays"
category: docs category: docs
order: 10 order: 11
date: 2019-07-14 20:14:31 date: 2019-07-14 20:14:31
disqus: 1 disqus: 1
--- ---

@ -4,7 +4,7 @@ title: "Real-time Filters"
subtitle: "Apply filters to preview and snapshots" subtitle: "Apply filters to preview and snapshots"
description: "Apply filters to preview and snapshots" description: "Apply filters to preview and snapshots"
category: docs category: docs
order: 11 order: 12
date: 2019-08-06 17:10:17 date: 2019-08-06 17:10:17
disqus: 1 disqus: 1
--- ---

@ -0,0 +1,10 @@
---
layout: page
title: "Metering"
subtitle: "Exposure and metering controls"
description: "Exposure and metering controls"
category: docs
order: 4
date: 2019-09-04 19:39:03
disqus: 1
---
Loading…
Cancel
Save