-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
imgcodecs: Initialization order fiasco for gdal #18166
Copy link
Copy link
Closed
Labels
Milestone
Description
System information (version)
- OpenCV => 4.4 static + gdal
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
Detailed description
Opencv tries to initialize gdal.
But some of gdal global vars are not initialized before opencv globals initialization.
Steps to reproduce
This is custom build. You will need to download 3rd party software etc.
So, if you're really want to repro, I could provide the steps.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues,
answers.opencv.org, Stack Overflow, etc and have not found solution - I updated to latest OpenCV version and the issue is still there
- There is reproducer code and related data files: videos, images, onnx, etc
Reactions are currently unavailable


