参数
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user