[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

@@ -17,7 +17,7 @@ namespace computervision
void start(std::function<void(std::vector<cv::Point>)>, cv::VideoCapture cap, computervision::OpenPoseVideo op);
private:
void run_arm_detection();
void run_arm_detection(std::function<void(std::vector<Point>)> points_ready_func, cv::VideoCapture cap, OpenPoseVideo op);
};
}