diff --git a/aruco/ArucoDetector.cpp b/aruco/ArucoDetector.cpp index 8f9a368..c8ff7fa 100644 --- a/aruco/ArucoDetector.cpp +++ b/aruco/ArucoDetector.cpp @@ -86,7 +86,6 @@ std::pair>>> Ar cv::Mat frameNotRotated; cam->getVideoFrame(frameNotRotated, 1000); // cap >> frame; // Capture frame from the camera - // TODO rotate the frame 180 degrees cv::flip(frameNotRotated, frame, -1); std::pair>>> result;