summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:24:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:24:13 +0000
commitfec29e62a0de6b917f4345ab3a6c6a1cfa300506 (patch)
treefcdf67959b916302711478d2eb4b355767907219
parent57cb5b044086db797577bb9003bd50a9a9de1c1a (diff)
parent2e0a2ca611bddb46407102c7b8601781d77d1006 (diff)
downloadmedia-fec29e62a0de6b917f4345ab3a6c6a1cfa300506.tar.gz
Snap for 11216811 from 2e0a2ca611bddb46407102c7b8601781d77d1006 to 24Q1-release
Change-Id: I1a2111648e0e2acae2a85788727ad7735a6b0189
-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 d5fbb657..055ff2a6 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -3089,7 +3089,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>
@@ -4849,7 +4849,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
@@ -8461,7 +8461,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>
@@ -11264,7 +11264,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 13d037c3..34b32538 100644
--- a/camera/docs/metadata_definitions.xml
+++ b/camera/docs/metadata_definitions.xml
@@ -884,7 +884,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.
@@ -2160,7 +2160,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