9 #ifndef YARP_DEV_IVISUALPARAMSIMPL_H
10 #define YARP_DEV_IVISUALPARAMSIMPL_H
21 class Implement_RgbVisualParams_Parser;
22 class Implement_RgbVisualParams_Sender;
23 class Implement_DepthVisualParams_Parser;
24 class Implement_DepthVisualParams_Sender;
45 bool getRgbFOV(
double &horizontalFov,
double &verticalFov)
override;
46 bool setRgbFOV(
double horizontalFov,
double verticalFov)
override;
79 int getDepthHeight()
override;
80 int getDepthWidth()
override;
81 bool setDepthResolution(
int width,
int height)
override;
82 bool getDepthFOV(
double &horizontalFov,
double &verticalFov)
override;
83 bool setDepthFOV(
double horizontalFov,
double verticalFov)
override;
84 double getDepthAccuracy()
override;
85 bool setDepthAccuracy(
double accuracy)
override;
86 bool getDepthClipPlanes(
double &nearPlane,
double &farPlane)
override;
87 bool setDepthClipPlanes(
double nearPlane,
double farPlane)
override;
89 bool getDepthMirroring(
bool &mirror)
override;
90 bool setDepthMirroring(
bool mirror)
override;
A cheap and cheerful framework for human readable/writable forms of messages to devices.
An interface for retrieving intrinsic parameter from a depth camera.
An interface for retrieving intrinsic parameter from a rgb camera.
virtual ~Implement_DepthVisualParams_Parser()
virtual ~Implement_DepthVisualParams_Sender()
virtual ~Implement_RgbVisualParams_Parser()
bool getRgbMirroring(bool &mirror) override
Get the mirroring setting of the sensor.
bool getRgbFOV(double &horizontalFov, double &verticalFov) override
Get the field of view (FOV) of the rgb camera.
bool getRgbSupportedConfigurations(yarp::sig::VectorOf< CameraConfig > &configurations) override
Get the possible configurations of the camera.
bool getRgbIntrinsicParam(yarp::os::Property &intrinsic) override
Get the intrinsic parameters of the rgb camera.
int getRgbWidth() override
Return the width of each frame.
bool setRgbMirroring(bool mirror) override
Set the mirroring setting of the sensor.
bool setRgbFOV(double horizontalFov, double verticalFov) override
Set the field of view (FOV) of the rgb camera.
virtual ~Implement_RgbVisualParams_Sender()
int getRgbHeight() override
Return the height of each frame.
bool getRgbResolution(int &width, int &height) override
Get the resolution of the rgb image from the camera.
Implement_RgbVisualParams_Sender(yarp::os::Port &port)
bool setRgbResolution(int width, int height) override
Set the resolution of the rgb image from the camera.
A simple collection of objects that can be described and transmitted in a portable way.
A mini-server for network communication.
A class for storing options and configuration information.
The main, catch-all namespace for YARP.
constexpr char accuracy[]