We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab2163 + eb3ccef commit 1484bbcCopy full SHA for 1484bbc
1 file changed
apps/CameraITS/tests/scene4/test_multi_camera_alignment.py
@@ -388,7 +388,8 @@ def test_multi_camera_alignment(self):
388
if (media_performance_class >= _TEST_REQUIRED_MPC and
389
not should_run and
390
cam.is_primary_camera() and
391
- has_multiple_same_facing_cameras):
+ has_multiple_same_facing_cameras and
392
+ props['android.lens.facing'] == _LENS_FACING_BACK):
393
logging.error('Found multiple camera IDs %s facing in the same '
394
'direction as primary camera %s.',
395
cameras_facing_same_direction, self.camera_id)
0 commit comments