This commit is contained in:
ackimixs
2024-05-20 13:04:43 +02:00
parent 3f1fea53ec
commit 0d83b86e59

View File

@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
headless = true;
}
int port = std::stoi(clParser.getOption("port", "8080"));
int port = clParser.getOption<int>("port", 8080);
std::optional<std::string> calibrationPath = clParser.getOption("calib-file");