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

Commit e315a070 authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by Android Build Coastguard Worker
Browse files

camera2: Document minimum pixel array size restriction for ultra high resolution sensors.



Bug: 195987968

Test: atest ExtendedCameraCharacteristicsTest.java

Change-Id: I6b83b5a30b2768b45d2982e7978aaf6a9d892c40
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
(cherry picked from commit 0cdba576)
parent e7b14ac4
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,