From b452351508136da5a8c285f5a711e5ea60aaa036 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Sat, 10 Feb 2024 17:02:48 +0100 Subject: [PATCH] up --- aruco/ArucoDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aruco/ArucoDetector.cpp b/aruco/ArucoDetector.cpp index ea17961..d0f5bc9 100644 --- a/aruco/ArucoDetector.cpp +++ b/aruco/ArucoDetector.cpp @@ -20,7 +20,7 @@ ArucoDetector::ArucoDetector(const Type::RobotPose& pose, const std::string& cal this->readCameraParameters(calibrationPath); // this->cap = cv::VideoCapture(cameraId); - this->cam = lccv::PiCamera; + this->cam = lccv::PiCamera(); cam.options->video_width=1920; cam.options->video_height=1080; cam.options->framerate=60;