-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Is it possible to prioritize video tests when both mixed audio and video tests are selected? Specifically, a "video test" refers to either a video-only test or a combined video-and-audio test.
When OF processes the recording, it starts by searching the QR code area. If a QR code area is detected for both the mezzanine and TR status, it stops and saves this area for cropping during QR code detection in the image frames. However, if the mezzanine QR code isn't found within the timeout, the process defaults to using the left half of the screen.
This fallback can negatively impact QR code detection accuracy, especially on small-screen devices. To mitigate this issue, it would be helpful if the test runner could re-arrange the tests to ensure that a test containing video always runs first.