First time here? Check out the FAQ!
answered 2019-04-19 06:03:41 -0600
VideoCapture cap(0); // some code here cap.open(0);
updated 2019-04-19 06:05:52 -0600
You can use the open method to restart webcam capture.