Skip to content

Commit eb3ccef

Browse files
author
Clemenz Portmann
committed
ITS: remove MPC check for front facing camera
bug: 296271946 Change-Id: Ia72f71882cd728e02802409e7673e894182a7d28
1 parent d676d84 commit eb3ccef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/CameraITS/tests/scene4/test_multi_camera_alignment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ def test_multi_camera_alignment(self):
388388
if (media_performance_class >= _TEST_REQUIRED_MPC and
389389
not should_run and
390390
cam.is_primary_camera() and
391-
has_multiple_same_facing_cameras):
391+
has_multiple_same_facing_cameras and
392+
props['android.lens.facing'] == _LENS_FACING_BACK):
392393
logging.error('Found multiple camera IDs %s facing in the same '
393394
'direction as primary camera %s.',
394395
cameras_facing_same_direction, self.camera_id)

0 commit comments

Comments
 (0)