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.
cv::Videocapture を使用して webcm からビデオをストリーミングするプログラムがあります。私の質問は、リリース後に同じプログラムでこのデバイスを再開または再開する可能性はありますか?? そして、プログラムを閉じることなく!ありがとう 。
VideoCapture cap(0); //do stuff cap.release(); cap.open(0); // do stuff cap.release();