mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
up
This commit is contained in:
@@ -20,7 +20,6 @@ ArucoDetector::ArucoDetector(const Type::RobotPose& pose, const std::string& cal
|
||||
this->readCameraParameters(calibrationPath);
|
||||
|
||||
// this->cap = cv::VideoCapture(cameraId);
|
||||
this->cam = new lccv::PiCamera();
|
||||
cam->options->video_width=1920;
|
||||
cam->options->video_height=1080;
|
||||
cam->options->framerate=10;
|
||||
|
||||
@@ -13,7 +13,7 @@ class ArucoDetector {
|
||||
cv::Mat distCoeffs;
|
||||
|
||||
// cv::VideoCapture cap;
|
||||
lccv::PiCamera* cam;
|
||||
lccv::PiCamera* cam = nullptr;
|
||||
|
||||
// 4.6
|
||||
cv::Ptr<cv::aruco::Dictionary> dictionary;
|
||||
|
||||
Reference in New Issue
Block a user