42 static bool available();
46 const std::string & pathSideBySide,
47 bool rectifyImages =
false,
51 const std::string & pathLeft,
52 const std::string & pathRight,
53 bool rectifyImages =
false,
58 bool rectifyImages =
false,
59 float imageRate = 0.0
f,
64 bool rectifyImages =
false,
65 float imageRate = 0.0
f,
69 virtual bool init(
const std::string & calibrationFolder =
".",
const std::string & cameraName =
"");
70 virtual bool isCalibrated()
const;
71 virtual std::string getSerial()
const;
73 void setResolution(
int width,
int height) {_width=width, _height=height;}
cv::VideoCapture capture_
def init(descriptorDim, matchThreshold, iterations, cuda, model_path)
void setResolution(int width, int height)
StereoCameraModel stereoModel_
cv::VideoCapture capture2_