Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e798fc28 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Camera: Specify session parameter build requirements" into pi-dev am: 9856d151

am: 4ee5e1d6

Change-Id: Iabd040574e5b9d768e7f19be55127046527b1e3d
parents 546c723e 4ee5e1d6
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -181,7 +181,13 @@ public final class SessionConfiguration {
     * to pass their initial values as part of this method.
     *
     * @param params A capture request that includes the initial values for any available
     *               session wide capture keys.
     *               session wide capture keys. Tags (see {@link CaptureRequest.Builder#setTag}) and
     *               output targets (see {@link CaptureRequest.Builder#addTarget}) are ignored if
     *               set. Parameter values not part of
     *               {@link CameraCharacteristics#getAvailableSessionKeys} will also be ignored. It
     *               is recommended to build the session parameters using the same template type as
     *               the initial capture request, so that the session and initial request parameters
     *               match as much as possible.
     */
    public void setSessionParameters(CaptureRequest params) {
        mSessionParameters = params;