If dll cannot be loaded a warning should be generated (Feature #1322)
Description
I was trying to load a video the other day, I struggled for a long time. After a long debugging session, I figured out that 'opencv_ffmpeg_64.dll' was missing. I put the dll in place and everything worked. But even though VideoCapture couldn't load the dll, there were no warnings to show that it failed. I think it should not be this obscure, the dll loading failure should at least generate a warning.
Associated revisions
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
Merge pull request #1322 from SpecLad:terse
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from I was trying to load a video the other day, I struggled for a long time. Afte... to I was trying to load a video the other day, I struggled for a long time. Afte... More
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-video
Updated by Alexander Smorkalov over 12 years ago
- Assignee set to Alexander Smorkalov
Updated by Kirill Kornyakov over 12 years ago
Fixed in https://github.com/Itseez/opencv/pull/197
Alexander, please provide a link to pull request if you're fixing the issue. And please set proper version: for 2.4 branch you should use 2.4.4 target, and for master you should use 2.5.
- Target version set to 2.4.4
Updated by Alexander Smorkalov over 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/197
Updated by Alexander Smorkalov over 12 years ago
- Status changed from Open to Done
Updated by Andrey Kamaev about 12 years ago
- Target version changed from 2.4.4 to 2.4.3.2