Open
Description
System Information
OpenCV version - 4.11.0
Windows 10 configuration - win10_config.zip
Windows 11 configuration - win11_config.zip
Detailed description
While building OpenCV on Windows 11 x64, two tests from the videoio module and one from the core module fail, even though the same tests pass successfully on Windows 10 x64 under identical configurations.
Test Names :
- Media.audio/1
- AudioOpenCheck.MSMF_bad_arg_invalid_audio_sample_per_second
- Core/meanStdDev/ElementwiseTest.accuracy/0
Observation:
- The failures are specific to Windows 11, no issues are observed on Windows 10.
Steps to reproduce
- Build OpenCV on a Windows 11 machine.
- Run the videoio test suite and core test suite.
- Observe the failure/hang in the above mentioned tests.
- Build the OpenCV on a Windows 10 machine and rerun the videoio and core tests, all tests pass successfully.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)