![]() |
RecFusion SDK
|
#include <Sensor.h>
Instantiates RGB-D sensors supported by RecFusion, needs to exist as long as the instantiated sensors are in use. More...
Instantiates RGB-D sensors supported by RecFusion, needs to exist as long as the instantiated sensors are in use.
Public Member Functions | |
| ~SensorManager () | |
| Destructor which destroys all instantiated sensors. | |
| int | deviceCount () |
| Get number of available sensors. More... | |
| Sensor * | sensor (unsigned int id) |
| Get sensor. More... | |
| int deviceCount | ( | ) |
Get number of available sensors.
| Sensor* sensor | ( | unsigned int | id | ) |
Get sensor.
| id | Sensor ID in the range 0 to deviceCount-1 |