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();