[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user