看板 C_and_CPP 關於我們 聯絡資訊
※ 引述《Fisher810228 (FrisbeeFish)》之銘言: : 開發平台(Platform): (Ex: VC++, GCC, Linux, ...) : C++ : 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) : OpenCV2.4.9 : 問題(Question): : OpenCV是否有提供指令可以操作Webcam,舉凡自動對焦、白平衡或者是ISO等等的 : 操作指令,如果有的話可以提供給我參考一下嗎?? : 備註:我使用的Webcam是Logitech C930 OpenCV 官網 http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html#videocapture-set 或者webcam driver 支援的話,可直接呼叫調整介面,調整後儲存。 cap.set(CV_CAP_PROP_SETTINGS , 1 ); http://stackoverflow.com/questions/15035420/configuring-camera-properties-in-new-ocv-2-4-3 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.127.205.186 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1448359344.A.527.html
Fisher810228: 感謝大大支援 11/24 19:12