From 5cbba032eee357239d9308bcdad8c902404169c2 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 2 Apr 2024 21:18:31 +0200 Subject: [PATCH] remove TODO --- aruco/ArucoDetector.cpp | 1 - 1 file changed, 1 deletion(-) 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;