解决 python调用OpenCV 保存视频时使用”avc1″格式出现# Could not find encoder for codec id 27: Encoder not found的错误(此错误不能保存视频文件),以及使用”mpeg”格式出现的# OpenCV: FFMPEG: tag 0x6765706d/’...
#include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> using namespace cv; int main() { Mat rawI...