0xC0000139: Entry Point Not Found gstreamer-1.0
如需要编译gstreamer模块需要提前安装好2个文件Index of /data/pkg/windows
下载带msvc的表示用Visual Studio编译
gif功能顺便勾上
最后 测试可能遇到的问题
把F:\gstreamer\1.0\x86_64\bin目录下的所有dll复制到exe所在位置,再运行貌似可以
c++测试代码
#include <iostream>
#include <opencv2/opencv.hpp>int main() {std::cout << "OpenCV版本: " << CV_VERSION << std::endl;// 打印构建信息std::cout << "OpenCV构建信息: " << std::endl;std::cout << cv::getBuildInformation() << std::endl;return 0;
}