OpenCV以MJPEG格式讀取攝像頭圖像(高分辨率、高幀率)

代碼: //OpenCV以MJPEG格式讀取攝像頭圖像(1920*1080、30fps) #include <iostream> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; int main() { VideoCapture capture(0); if (!capture.isOpened
相關文章
相關標籤/搜索