[ADD] added a on/off for hand detection in menu
you can switch between mouse and hand detection now
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace computervision
|
||||
{
|
||||
cv::VideoCapture cap(1);
|
||||
cv::VideoCapture cap(0);
|
||||
|
||||
cv::Mat img, imgGray, img2, img2Gray, img3, img4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user