36 #if !defined(ICL_HAVE_RSB) || !defined(ICL_HAVE_PROTOBUF) 38 #pragma WARNING("This header should only be included if HAVE_RSB and HAVE_PROTOBUF are defined and available in ICL") 40 #warning "This header should only be included if HAVE_RSB and HAVE_PROTOBUF are defined and available in ICL" 64 void init(
const std::string &scope,
const std::string &trasportList);
70 Camera getDepthCamera()
const ;
73 Camera getColorCamera()
const ;
undocument this line if you encounter any issues!
Definition: Any.h:37
Base class for point cloud data types.
Definition: PointCloudObjectBase.h:98
#define ICLGeom_API
Definition: CompatMacros.h:179
Camera class.
Definition: Camera.h:132
Data * m_data
internal data type
Definition: RSBPointCloudGrabber.h:51
Grabs points clouds from RSB.
Definition: RSBPointCloudGrabber.h:49
ICLQt_API core::Img< T > grab(const std::string &dev, const std::string &devSpec, const utils::Size &size=utils::Size::null, core::format fmt=core::formatRGB, bool releaseGrabber=false)
grabs a new image from given device (affinity for floats)
Generic interface for PointCloud sources.
Definition: PointCloudGrabber.h:45