1 | initial version |
Hi, Your error seems to be windows dll related but it can also come from some library install problems, is your dll corrupted ? Also, when dealing with video processing, you need a video file decoder. FFMPEG is required. Then, check your installation/configuration. If you recompile from sources, check if FFMPEG is found when configuring with the cmake tool. Have a look at http://opencv.willowgarage.com/wiki/InstallGuide for more details.
Hope it helps.
2 | improved style |
Hi,
Your error seems to be windows dll related but it can also come from some library install problems, is your dll corrupted ?
?
Also, when dealing with video processing, you need a video file decoder. FFMPEG is required.
Then, check your installation/configuration. If you recompile from sources, check if FFMPEG is found when configuring with the cmake tool.
tool.
Have a look at http://opencv.willowgarage.com/wiki/InstallGuideinstall guide for more details.
Hope it helps.
3 | No.3 Revision |
Hi,
Your error seems to be windows dll related but it can also come from some library install problems, is your dll corrupted ?
Also, when dealing with video processing, you need a video file decoder. FFMPEG is required.
Then, check your installation/configuration. If you recompile from sources, check if FFMPEG is found when configuring with the cmake tool.
Have a look at install guide for more details.
Hope it helps.