mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
up
This commit is contained in:
@@ -93,7 +93,7 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
|
||||
}
|
||||
|
||||
cv::Mat frame;
|
||||
cam.getVideoFrame(frame, 100);
|
||||
cam.getVideoFrame(frame, 200);
|
||||
// cap >> frame; // Capture frame from the camera
|
||||
|
||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;
|
||||
|
||||
Reference in New Issue
Block a user