mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
log
This commit is contained in:
@@ -89,7 +89,7 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
|
||||
cv::Mat frameNotRotated;
|
||||
cv::Mat frameDistored;
|
||||
// TODO to test
|
||||
cam->getVideoFrame(frameNotRotated, 500);
|
||||
cam->getVideoFrame(frameNotRotated, 2000);
|
||||
cv::flip(frameNotRotated, frame, -1);
|
||||
// cv::undistort(frameDistored, frame, cameraMatrix, distCoeffs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user