[FIX] crashing with pose detection

This commit is contained in:
Sem van der Hoeven
2021-06-02 10:41:50 +02:00
parent 1a149b8b7e
commit ab30c41bee
3 changed files with 22 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ namespace computervision
FaceDetector faceDetector;
FingerCount fingerCount;
cv::VideoCapture cap = computervision_async::getCap();
cv::VideoCapture cap = static_camera::getCap();
ObjectDetection::ObjectDetection()
{