commit | 22fb0b24f4777699e08bb3e029147bb36b5d9d12 | [log] [tgz] |
---|---|---|
author | Rucha Katakwar <ruchamk@google.com> | Mon Aug 30 13:57:27 2021 -0700 |
committer | Rucha Katakwar <ruchamk@google.com> | Mon Aug 30 15:45:30 2021 -0700 |
tree | 2d4e51edf7a96fd29a3838268f6ea87c9f209b7e | |
parent | 261cca00b1ca985ac0eca59608d4bc989279b3b7 [diff] |
CameraITS: Update cv2 version check for 3.* Open CV2 version has been updated to 3.4.2. In cv2image.py, we check cv2 version for 3.2 thereby ignoring 3.4.2. Updated the version check as "3." to include all versions in the 3.* range. bug:197749094 test: Verified test_multi_camera_frame_sync after the fix. Change-Id: I3009c9515ca9f14f27800f658e81141df7a5b486