This commit is contained in:
2025-12-05 14:30:17 +08:00
parent 9e3cd439f0
commit 97f962c2ae

View File

@@ -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