commit | 089e6094d501d3e65012a4a0a6e2a8b80cc8c3f4 | [log] [tgz] |
---|---|---|
author | Rucha Katakwar <[email protected]> | Wed Mar 30 11:19:26 2022 -0700 |
committer | Rucha Katakwar <[email protected]> | Wed Mar 30 16:05:35 2022 -0700 |
tree | 2a53d140ded80a58d543816f85ce27c2b0fdfa08 | |
parent | 4605a815f172cf8a0b6ac5b0600973f9bcf878d9 [diff] [blame] |
ITS: Add aspect ratio and crop checks for Video. Bug: 221286703 Test: Run test_video_aspect_ratio_and_crop on Pixel 6 device. Change-Id: I48942391a5889a6157326cdc2434a9e3ad6f4925
diff --git a/apps/CameraITS/utils/video_processing_utils.py b/apps/CameraITS/utils/video_processing_utils.py index a40b47c..f862c59 100644 --- a/apps/CameraITS/utils/video_processing_utils.py +++ b/apps/CameraITS/utils/video_processing_utils.py
@@ -22,7 +22,7 @@ import time -_ITS_SUPPORTED_QUALITIES = ( +ITS_SUPPORTED_QUALITIES = ( 'HIGH', '2160P', '1080P',