diff --git a/aruco/ArucoDetector.cpp b/aruco/ArucoDetector.cpp index d0f5bc9..fd94b16 100644 --- a/aruco/ArucoDetector.cpp +++ b/aruco/ArucoDetector.cpp @@ -20,7 +20,6 @@ ArucoDetector::ArucoDetector(const Type::RobotPose& pose, const std::string& cal this->readCameraParameters(calibrationPath); // this->cap = cv::VideoCapture(cameraId); - this->cam = lccv::PiCamera(); cam.options->video_width=1920; cam.options->video_height=1080; cam.options->framerate=60;