6#ifndef YARP_DEV_IDEPTHVISUALPARAMS_H
7#define YARP_DEV_IDEPTHVISUALPARAMS_H
An interface for retrieving intrinsic parameter from a depth camera.
virtual yarp::dev::ReturnValue setDepthResolution(int width, int height)=0
Set the resolution of the depth image from the camera.
virtual yarp::dev::ReturnValue setDepthClipPlanes(double nearPlane, double farPlane)=0
Set the clipping planes of the sensor.
virtual int getDepthWidth()=0
Return the height of each frame.
virtual yarp::dev::ReturnValue setDepthMirroring(bool mirror)=0
Set the mirroring setting of the sensor.
virtual yarp::dev::ReturnValue getDepthIntrinsicParam(yarp::os::Property &intrinsic)=0
Get the intrinsic parameters of the depth camera.
virtual yarp::dev::ReturnValue getDepthMirroring(bool &mirror)=0
Get the mirroring setting of the sensor.
virtual yarp::dev::ReturnValue setDepthAccuracy(double accuracy)=0
Set the minimum detectable variation in distance [meter] when possible.
virtual yarp::dev::ReturnValue getDepthFOV(double &horizontalFov, double &verticalFov)=0
Get the field of view (FOV) of the depth camera.
virtual yarp::dev::ReturnValue getDepthClipPlanes(double &nearPlane, double &farPlane)=0
Get the clipping planes of the sensor.
virtual ~IDepthVisualParams()
virtual yarp::dev::ReturnValue getDepthAccuracy(double &accuracy)=0
Get the minimum detectable variation in distance [meter].
virtual yarp::dev::ReturnValue setDepthFOV(double horizontalFov, double verticalFov)=0
Set the field of view (FOV) of the depth camera.
virtual yarp::dev::ReturnValue getDepthResolution(int &width, int &height)=0
Get the resolution of the depth image from the camera.
virtual int getDepthHeight()=0
Return the height of each frame.
A class for storing options and configuration information.
For streams capable of holding different kinds of content, check what they actually have.
constexpr char accuracy[]