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

Commit c5ad72aa authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by Automerger Merge Worker
Browse files

Merge "camera2: Document minimum pixel array size restriction for ultra high...

Merge "camera2: Document minimum pixel array size restriction for ultra high resolution sensors." into sc-dev am: 508132d5 am: 3da17d0f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15507096

Change-Id: Iaf32dda7ebd89086771bb6ca8687905cae6f0bb2
parents 833d7db3 3da17d0f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -9005,7 +9005,12 @@ typedef enum acamera_metadata_enum_acamera_request_available_capabilities {
     * <code>android.scaler.streamConfigurationMap</code> describes the streams supported in 'default'
     * mode.
     * The stream configurations supported in 'max resolution' mode are described by
     * <code>android.scaler.streamConfigurationMapMaximumResolution</code>.</p>
     * <code>android.scaler.streamConfigurationMapMaximumResolution</code>.
     * The maximum resolution mode pixel array size of a camera device
     * (<code>ACAMERA_SENSOR_INFO_PIXEL_ARRAY_SIZE</code>) with this capability,
     * will be at least 24 megapixels.</p>
     *
     * @see ACAMERA_SENSOR_INFO_PIXEL_ARRAY_SIZE
     */
    ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_ULTRA_HIGH_RESOLUTION_SENSOR
                                                                      = 16,