#include <opencv2/opencv.hpp> ... VideoCapture cap("test.mp4"); if (!cap.isOpened()) { printf("Can't open the video"); return -1; } .
確定! 回上一頁