[MERGE] merged feature/improve-hand-detection into feature/Start-scene correctly

This commit is contained in:
Jasper
2021-06-04 10:51:53 +02:00
parent f76c0fcf1b
commit 7cc918fdf8
4 changed files with 11 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
namespace computervision
{
cv::VideoCapture cap(0);
cv::VideoCapture cap(1);
cv::Mat img, imgGray, img2, img2Gray, img3, img4;