From 0d83b86e59b7f2b60904efb2e1e2abcd90054e2d Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 20 May 2024 13:04:43 +0200 Subject: [PATCH] tempalte --- arucoDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arucoDetector.cpp b/arucoDetector.cpp index 5fb5008..6865d76 100644 --- a/arucoDetector.cpp +++ b/arucoDetector.cpp @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) headless = true; } - int port = std::stoi(clParser.getOption("port", "8080")); + int port = clParser.getOption("port", 8080); std::optional calibrationPath = clParser.getOption("calib-file");