[ADD] static camera instance

This commit is contained in:
Sem van der Hoeven
2021-06-02 10:05:09 +02:00
parent cc7cb37840
commit 1a149b8b7e
8 changed files with 24 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ namespace computervision
*/
bool drawHandMaskRect(cv::Mat *input);
cv::VideoCapture getCap();
};