Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近はC++とopencvを使ってカメラを扱うプログラムを作っています。自分の PC で使用できるカメラを見つけて、特定のカメラを開くにはどうすればよいですか?
Windows を使用している場合は、次を使用してカメラ選択画面を開くことができると思います。cvCaptureFromCam(-1)詳細については、リファレンスを参照してください。
cvCaptureFromCam(-1)