summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuzhen Wang <shuzhenwang@google.com>2023-12-13 20:56:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-13 20:56:34 +0000
commitdc4845d351a3eb6d04fc5924484d732863514abd (patch)
treec5ce43fe6594dc903b0dc818ec0a7a853547329d
parentb74505271311c85f017df293eea2388dd5593985 (diff)
parent3e8c13078326bcebcc068a2cc00fa5232dd19e14 (diff)
downloadmedia-dc4845d351a3eb6d04fc5924484d732863514abd.tar.gz
Camera: Fix broken doc link am: e110919f70 am: f6551cacb8 am: 3e8c130783
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/media/+/25631074 Change-Id: I47844eb64d8b6da04194bb773539fe80eeb4d2e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--camera/docs/docs.html8
-rw-r--r--camera/docs/metadata_definitions.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index de1fa85a..667c3fbc 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -3030,7 +3030,7 @@ all configured streams is 33ms,<wbr/> the maximum framerate won't be 60fps,<wbr/
<p>To start a CaptureSession with a target FPS range different from the
capture request template's default value,<wbr/> the application
is strongly recommended to call
-<a href="https://developer.android.com/reference/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
+<a href="https://developer.android.com/reference/android/hardware/camera2/params/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
with the target fps range before creating the capture session.<wbr/> The aeTargetFpsRange is
typically a session parameter.<wbr/> Specifying it at session creation time helps avoid
session reconfiguration delays in cases like 60fps or high speed recording.<wbr/></p>
@@ -4790,7 +4790,7 @@ frame rate is less than or equal to 30fps.<wbr/> At other sizes,<wbr/> the Capt
OFF if the recording output is not stabilized,<wbr/> or if there are no output
Surface types that can be stabilized.<wbr/></p>
<p>The application is strongly recommended to call
-<a href="https://developer.android.com/reference/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
+<a href="https://developer.android.com/reference/android/hardware/camera2/params/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
with the desired video stabilization mode before creating the capture session.<wbr/>
Video stabilization mode is a session parameter on many devices.<wbr/> Specifying
it at session creation time helps avoid reconfiguration delay caused by difference
@@ -8314,7 +8314,7 @@ all configured streams is 33ms,<wbr/> the maximum framerate won't be 60fps,<wbr/
<p>To start a CaptureSession with a target FPS range different from the
capture request template's default value,<wbr/> the application
is strongly recommended to call
-<a href="https://developer.android.com/reference/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
+<a href="https://developer.android.com/reference/android/hardware/camera2/params/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
with the target fps range before creating the capture session.<wbr/> The aeTargetFpsRange is
typically a session parameter.<wbr/> Specifying it at session creation time helps avoid
session reconfiguration delays in cases like 60fps or high speed recording.<wbr/></p>
@@ -11117,7 +11117,7 @@ frame rate is less than or equal to 30fps.<wbr/> At other sizes,<wbr/> the Capt
OFF if the recording output is not stabilized,<wbr/> or if there are no output
Surface types that can be stabilized.<wbr/></p>
<p>The application is strongly recommended to call
-<a href="https://developer.android.com/reference/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
+<a href="https://developer.android.com/reference/android/hardware/camera2/params/SessionConfiguration.html#setSessionParameters">SessionConfiguration#setSessionParameters</a>
with the desired video stabilization mode before creating the capture session.<wbr/>
Video stabilization mode is a session parameter on many devices.<wbr/> Specifying
it at session creation time helps avoid reconfiguration delay caused by difference
diff --git a/camera/docs/metadata_definitions.xml b/camera/docs/metadata_definitions.xml
index 786e1871..b69fc33c 100644
--- a/camera/docs/metadata_definitions.xml
+++ b/camera/docs/metadata_definitions.xml
@@ -837,7 +837,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
To start a CaptureSession with a target FPS range different from the
capture request template's default value, the application
is strongly recommended to call
- {@link SessionConfiguration#setSessionParameters|ACameraDevice_createCaptureSessionWithSessionParameters}
+ {@link android.hardware.camera2.params.SessionConfiguration#setSessionParameters|ACameraDevice_createCaptureSessionWithSessionParameters}
with the target fps range before creating the capture session. The aeTargetFpsRange is
typically a session parameter. Specifying it at session creation time helps avoid
session reconfiguration delays in cases like 60fps or high speed recording.
@@ -2113,7 +2113,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
Surface types that can be stabilized.
The application is strongly recommended to call
- {@link SessionConfiguration#setSessionParameters|ACameraDevice_createCaptureSessionWithSessionParameters}
+ {@link android.hardware.camera2.params.SessionConfiguration#setSessionParameters|ACameraDevice_createCaptureSessionWithSessionParameters}
with the desired video stabilization mode before creating the capture session.
Video stabilization mode is a session parameter on many devices. Specifying
it at session creation time helps avoid reconfiguration delay caused by difference