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;
40 int getRgbHeight()
override;
41 int getRgbWidth()
override;
43 bool getRgbResolution(
int &width,
int &height)
override;
44 bool setRgbResolution(
int width,
int height)
override;
45 bool getRgbFOV(
double &horizontalFov,
double &verticalFov)
override;
46 bool setRgbFOV(
double horizontalFov,
double verticalFov)
override;
48 bool getRgbMirroring(
bool &mirror)
override;
49 bool setRgbMirroring(
bool mirror)
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;
107 #endif // YARP_DEV_IVISUALPARAMSIMPL_H
A class for storing options and configuration information.
A mini-server for network communication.
constexpr char accuracy[]
The main, catch-all namespace for YARP.
virtual ~Implement_DepthVisualParams_Parser()
An interface for retrieving intrinsic parameter from a rgb camera.
A cheap and cheerful framework for human readable/writable forms of messages to devices.
A simple collection of objects that can be described and transmitted in a portable way...
virtual ~Implement_DepthVisualParams_Sender()
virtual ~Implement_RgbVisualParams_Parser()
An interface for retrieving intrinsic parameter from a depth camera.
virtual ~Implement_RgbVisualParams_Sender()