30#include "rtabmap/core/StereoCameraModel.h"
31#include "rtabmap/core/Camera.h"
32#include "rtabmap/core/Version.h"
51 static bool available();
58 const Transform & localTransform = Transform::getIdentity());
61 virtual bool init(
const std::string & calibrationFolder =
".",
const std::string & cameraName =
"");
62 virtual bool isCalibrated()
const;
65 void setRightGrayScale(
bool enabled =
true);
72 sl_oc::video::VideoCapture * zed_;
73 sl_oc::sensors::SensorCapture * sensors_;
74 ZedOCThread * imuThread_;
virtual std::string getSerial() const
Returns the sensor's serial number or unique identifier.
virtual bool init(const std::string &calibrationFolder=".", const std::string &cameraName="")
Initializes the sensor.
Metadata structure for sensor data capture and processing.
Container class for all sensor data captured at a specific time.
A class representing a calibrated stereo camera system.