OpenCV 設置攝像頭輸出分辨率

CvCapture* pCapture=NULL; pCapture = cvCreateCameraCapture(-1); if(pCapture == NULL) { printf("打開攝像頭失敗!\n"); exit(-1); } cvSetCaptureProperty(pCapture,CV_CAP_PROP_
相關文章
相關標籤/搜索