Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Android 16 Camera Image Test Suite release notes
Stay organized with collections
Save and categorize content based on your preferences.
The Android 16 release includes a number of changes to
Camera ITS. This page
summarizes the Camera ITS changes for Android
16.
Python and package versions
We strongly encourage partners to use package management software to bundle the
correct versions of packages to create a virtual environment for Android release
development. For an example package management tool that handles most of the
packages required, see the Python 3 documentation for
venv.
Android 16 supports the following Python and package
versions:
The following package is new for Android 16:
The following package has been deprecated for Android 16:
New or updated scenes
Android 16 introduces the following scenes:
Scene |
Description |
scene1_3 |
Gray chart similar to scene1_1 with no white boundary. |
scene6 |
Updates grid of circles with grid of ArUco markers to uniquely identify
the located object in the scene. |
scene_ip |
New scene for image parity comparisons between the default camera app and
Jetpack Camera App captures. |
scene_tele |
Reuses scene6 and scene7 but allows the wide to tele camera crossover to be
tested separately as chart distance must be optimized for tele camera. |
New tests
Android 16 introduces the following tests:
Scene |
Test name |
Description |
scene1_3 |
test_exposure_time_priority |
Verifies the Android 16 exposure time priority mode
feature. |
scene1_3 |
test_sensitivity_priority |
Verifies the Android 16 ISO priority mode feature. |
scene2_a |
test_exposure_keys_consistent |
Verifies exposure metadata values for auto and manual captures. |
scene2_b |
test_preview_num_faces |
Verifies face detection for preview stream captures of
scene2_b . |
scene2_d |
test_preview_num_faces |
Verifies face detection for preview stream captures of
scene2_d . |
scene2_f |
test_preview_num_faces |
Verifies face detection for preview stream captures of
scene2_f . |
scene2_g |
test_preview_num_faces |
Verifies face detection for preview stream captures of
scene2_g with faces in profile. |
scene_flash |
test_night_mode_indicator |
Verifies the Android 16 Night Mode Indicator feature.
|
scene_ip |
test_default_jca_ip |
Verifies image parity between default camera app and Jetpack Camera App.
|
scene_tele |
test_zoom_tele |
Adds zoom check for wide to tele camera transition. |
scene_tele |
test_preview_zoom_tele |
Adds preview zoom check for wide to tele camera transition. |
scene_tele |
test_multi_camera_switch_tele |
Adds multi-camera switch check for wide to tele camera transition. |
sensor_fusion |
test_video_stabilization_jca |
Similar to test_video_stabilization but uses Jetpack Camera
App for video capture. |
Refactored tests
In Android 16, the following tests are refactored to
increase test coverage and group tests more logically:
Scene |
Test name |
Description |
scene1_3 |
test_ev_compensation |
Merges test_ev_compensation_advanced &
test_ev_compensation_basic . |
scene3 |
test_imu_drift |
Runs test longer to uncover gyroscope drift issues at higher temperatures.
|
scene6 |
test_zoom |
Stops zooming at transition to telephoto lens. Adds offset check. Uses
Jetpack Camera App for captures. |
sensor_fusion |
test_preview_stabilization |
Refactored to test at both 0.9x and 1.1x zoom ratios for ultra-wide camera
coverage. |
Additionally, a number of tests in scene1_1
and
scene1_2
are moved to scene1_3
to load balance the
three sub-scenes. However, only tests not requiring autofocus are moved due to
scene1_3
not having a white border.
Deprecated tests
In Android 16, the following tests are deprecated due
to test function being covered by other tests:
Scene |
Test name |
Description |
scene2_b |
test_num_faces |
Removed due to face detection in scene tested by
test_preview_num_faces . |
scene2_f |
test_num_faces |
Removed due to face detection in scene tested by
test_preview_num_faces . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Android 16 Camera Image Test Suite release notes\n\nThe Android 16 release includes a number of changes to\n[Camera ITS](/docs/compatibility/cts/camera-hal#its_tests). This page\nsummarizes the Camera ITS changes for Android\n16.\n\nPython and package versions\n---------------------------\n\nWe strongly encourage partners to use package management software to bundle the\ncorrect versions of packages to create a virtual environment for Android release\ndevelopment. For an example package management tool that handles most of the\npackages required, see the Python 3 documentation for\n[venv](https://docs.python.org/3/library/venv.html).\n\nAndroid 16 supports the following Python and package\nversions:\n\n- [Python 3.10.13](https://www.python.org/downloads/)\n- [OpenCV 4.10.0](https://opencv.org/releases/)\n- [Numpy 2.2.5](https://numpy.org/)\n- [Matplotlib 3.8.4](https://matplotlib.org/)\n- [Scipy 1.13.1](https://docs.scipy.org/doc/)\n- [pySerial 3.5](https://pyserial.readthedocs.io/)\n- [Pillow 10.3.0](https://pypi.org/project/pillow/)\n- [PyYAML 6.0.1](https://pypi.org/project/PyYAML/)\n- [Mobly 1.12.2](https://github.com/google/mobly/)\n- [FFmpeg 7.0.2](https://ffmpeg.org/)\n- [Snippet UiAutomator 1.1.1](https://github.com/google/snippet-uiautomator/)\n\nThe following package is new for Android 16:\n\n- [Protocol Buffers 5.28.0](https://github.com/protocolbuffers/protobuf/blob/main/python/)\n- [pyudev 0.24.3](https://pypi.org/project/pyudev/)\n\nThe following package has been deprecated for Android 16:\n\n- [Colour-science 0.4.2](https://pypi.org/project/colour-science/)\n\nNew or updated scenes\n---------------------\n\nAndroid 16 introduces the following scenes:\n\n| Scene | Description |\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `scene1_3` | Gray chart similar to `scene1_1` with no white boundary. |\n| `scene6` | Updates grid of circles with grid of ArUco markers to uniquely identify the located object in the scene. |\n| `scene_ip` | New scene for image parity comparisons between the default camera app and Jetpack Camera App captures. |\n| `scene_tele` | Reuses scene6 and scene7 but allows the wide to tele camera crossover to be tested separately as chart distance must be optimized for tele camera. |\n\nNew tests\n---------\n\nAndroid 16 introduces the following tests:\n\n| Scene | Test name | Description |\n|-----------------|---------------------------------|------------------------------------------------------------------------------------------|\n| `scene1_3` | `test_exposure_time_priority` | Verifies the Android 16 exposure time priority mode feature. |\n| `scene1_3` | `test_sensitivity_priority` | Verifies the Android 16 ISO priority mode feature. |\n| `scene2_a` | `test_exposure_keys_consistent` | Verifies exposure metadata values for auto and manual captures. |\n| `scene2_b` | `test_preview_num_faces` | Verifies face detection for preview stream captures of `scene2_b`. |\n| `scene2_d` | `test_preview_num_faces` | Verifies face detection for preview stream captures of `scene2_d`. |\n| `scene2_f` | `test_preview_num_faces` | Verifies face detection for preview stream captures of `scene2_f`. |\n| `scene2_g` | `test_preview_num_faces` | Verifies face detection for preview stream captures of `scene2_g` with faces in profile. |\n| `scene_flash` | `test_night_mode_indicator` | Verifies the Android 16 Night Mode Indicator feature. |\n| `scene_ip` | `test_default_jca_ip` | Verifies image parity between default camera app and Jetpack Camera App. |\n| `scene_tele` | `test_zoom_tele` | Adds zoom check for wide to tele camera transition. |\n| `scene_tele` | `test_preview_zoom_tele` | Adds preview zoom check for wide to tele camera transition. |\n| `scene_tele` | `test_multi_camera_switch_tele` | Adds multi-camera switch check for wide to tele camera transition. |\n| `sensor_fusion` | `test_video_stabilization_jca` | Similar to `test_video_stabilization` but uses Jetpack Camera App for video capture. |\n\nRefactored tests\n----------------\n\nIn Android 16, the following tests are refactored to\nincrease test coverage and group tests more logically:\n\n| Scene | Test name | Description |\n|-----------------|------------------------------|---------------------------------------------------------------------------------------------------------|\n| `scene1_3` | `test_ev_compensation` | Merges `test_ev_compensation_advanced` \\& `test_ev_compensation_basic`. |\n| `scene3` | `test_imu_drift` | Runs test longer to uncover gyroscope drift issues at higher temperatures. |\n| `scene6` | `test_zoom` | Stops zooming at transition to telephoto lens. Adds offset check. Uses Jetpack Camera App for captures. |\n| `sensor_fusion` | `test_preview_stabilization` | Refactored to test at both 0.9x and 1.1x zoom ratios for ultra-wide camera coverage. |\n\nAdditionally, a number of tests in `scene1_1` and\n`scene1_2` are moved to `scene1_3` to load balance the\nthree sub-scenes. However, only tests not requiring autofocus are moved due to\n`scene1_3` not having a white border.\n\nDeprecated tests\n----------------\n\nIn Android 16, the following tests are deprecated due\nto test function being covered by other tests:\n\n| Scene | Test name | Description |\n|------------|------------------|----------------------------------------------------------------------------|\n| `scene2_b` | `test_num_faces` | Removed due to face detection in scene tested by `test_preview_num_faces`. |\n| `scene2_f` | `test_num_faces` | Removed due to face detection in scene tested by `test_preview_num_faces`. |"]]