[ADD] menu now works

menu switches to next item when hand is closed and calls OnClick() when hand is closed
This commit is contained in:
Jasper
2021-06-04 16:32:26 +02:00
parent 7cc918fdf8
commit b3412e414e
8 changed files with 171 additions and 72 deletions

View File

@@ -60,8 +60,8 @@ namespace computervision
imshow("camera", cameraFrame);
imshow("output", frameOut);
imshow("foreground", foreground);
imshow("handMask", handMask);
//imshow("foreground", foreground);
//imshow("handMask", handMask);
imshow("handDetection", fingerCountDebug);
int key = waitKey(1);