|
| | GazeboYarpDepthCameraDriver () |
| |
| virtual | ~GazeboYarpDepthCameraDriver () |
| |
| virtual bool | open (yarp::os::Searchable &config) |
| |
| virtual bool | close () |
| |
| virtual int | getRgbHeight () |
| |
| virtual int | getRgbWidth () |
| |
| virtual bool | setRgbResolution (int width, int height) |
| |
| virtual bool | getRgbFOV (double &horizontalFov, double &verticalFov) |
| |
| virtual bool | setRgbFOV (double horizontalFov, double verticalFov) |
| |
| virtual bool | getRgbMirroring (bool &mirror) |
| |
| virtual bool | setRgbMirroring (bool mirror) |
| |
| virtual bool | getRgbIntrinsicParam (Property &intrinsic) |
| |
| virtual bool | getRgbImage (FlexImage &rgbImage, Stamp *timeStamp=NULL) |
| |
| virtual int | getDepthHeight () |
| |
| virtual int | getDepthWidth () |
| |
| virtual bool | setDepthResolution (int width, int height) |
| |
| virtual bool | getDepthFOV (double &horizontalFov, double &verticalFov) |
| |
| virtual bool | setDepthFOV (double horizontalFov, double verticalFov) |
| |
| virtual bool | getDepthIntrinsicParam (Property &intrinsic) |
| |
| virtual double | getDepthAccuracy () |
| |
| virtual bool | setDepthAccuracy (double accuracy) |
| |
| virtual bool | getDepthClipPlanes (double &nearPlane, double &farPlane) |
| |
| virtual bool | setDepthClipPlanes (double nearPlane, double farPlane) |
| |
| virtual bool | getDepthMirroring (bool &mirror) |
| |
| virtual bool | setDepthMirroring (bool mirror) |
| |
| virtual bool | getDepthImage (depthImageType &depthImage, Stamp *timeStamp=NULL) |
| |
| virtual bool | getExtrinsicParam (sig::Matrix &extrinsic) |
| |
| virtual bool | getImages (FlexImage &colorFrame, depthImageType &depthFrame, Stamp *colorStamp=NULL, Stamp *depthStamp=NULL) |
| |
| virtual RGBDSensor_status | getSensorStatus () |
| |
| virtual std::string | getLastErrorMsg (Stamp *timeStamp=NULL) |
| |
| void | OnNewImageFrame (const unsigned char *_image, UInt _width, UInt _height, UInt _depth, const std::string &_format) |
| |
| void | OnNewRGBPointCloud (const float *, UInt, UInt, UInt, const std::string &) |
| |
| void | OnNewDepthFrame (const float *, UInt, UInt, UInt, const std::string &) |
| |