From 97f962c2aed8c686a5f6190331cd9b6f59e244f5 Mon Sep 17 00:00:00 2001 From: LLida <3199335945@qq.com> Date: Fri, 5 Dec 2025 14:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MindVisionMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MindVisionMain.cpp b/src/MindVisionMain.cpp index a887852..9248c6c 100644 --- a/src/MindVisionMain.cpp +++ b/src/MindVisionMain.cpp @@ -126,7 +126,7 @@ int main(int /*argc*/, char* /*argv*/[]) { static int Numbe = 0; std::string target_color = "red"; int cam_id = 0; - cv::Size default_resolution(640, 480); // Changed to 640x480 for consistency with SJTU project + cv::Size default_resolution(1280, 720); // Changed to 640x480 for consistency with SJTU project bool use_ttl = false; // Set to false to disable TTL communication