Merge pull request #11881 from alalek:sample_use_camera_0

This commit is contained in:
Alexander Alekhin 2018-07-03 14:54:26 +00:00
commit c9fab28214

View File

@ -11,7 +11,7 @@ int main(int, char**)
{
Mat frame;
cout << "Opening camera..." << endl;
VideoCapture capture(-1); // open the first available camera
VideoCapture capture(0); // open the first camera
if (!capture.isOpened())
{
cerr << "ERROR: Can't initialize camera capture" << endl;