mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
up
This commit is contained in:
@@ -21,8 +21,8 @@ ArucoDetector::ArucoDetector(const Type::RobotPose& pose, const std::string& cal
|
||||
|
||||
// this->cap = cv::VideoCapture(cameraId);
|
||||
this->cam = new lccv::PiCamera;
|
||||
cam->options->video_width=1536;
|
||||
cam->options->video_height=864;
|
||||
cam->options->video_width=1920;
|
||||
cam->options->video_height=1080;
|
||||
cam->options->framerate=10;
|
||||
cam->options->verbose=true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user