#include <depth_driver.hpp>
virtual depth::DepthDriver::~DepthDriver |
( |
| ) |
|
|
inlinevirtual |
virtual void depth::DepthDriver::close |
( |
| ) |
|
|
pure virtual |
virtual DepthResolution depth::DepthDriver::depthCameraResolution |
( |
| ) |
const |
|
pure virtual |
Get the current depth camera resolution
- Returns
- The current depth camera resolution
Implemented in depth::XtionDepthDriver.
virtual DepthImage* depth::DepthDriver::depthImage |
( |
| ) |
const |
|
pure virtual |
Returns a Dept Image object containing the current depth values
- Note
- returns a null pointer if there is no depth image available yet.
- Returns
- DepthImage object
Implemented in depth::XtionDepthDriver.
virtual bool depth::DepthDriver::isOpen |
( |
| ) |
const |
|
pure virtual |
Checks if the depth driver is currently open
- Returns
- true if open, false otherwise
Implemented in depth::XtionDepthDriver.
virtual void depth::DepthDriver::open |
( |
| ) |
|
|
pure virtual |
virtual void depth::DepthDriver::setDepthCameraResolution |
( |
const DepthResolution |
resolution | ) |
|
|
pure virtual |
Set the current depth camera resolution.
- Parameters
-
resolution | New depth camera resolution |
Implemented in depth::XtionDepthDriver.
The documentation for this class was generated from the following file: