#include <aditof/frame_definitions.h>
#include <aditof/sensor_definitions.h>
#include <aditof/status_definitions.h>
#include <cstddef>
#include <functional>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | aditof::DepthSensorInterface |
Provides access to the low level functionality of the camera sensor. This includes sensor configuration as well as analog front end(AFE) configuration. More... | |
Namespaces | |
aditof | |
Namespace aditof. | |
Typedefs | |
typedef std::function< void(Adsd3500Status)> | aditof::SensorInterruptCallback |
Callback for sensor interrupts. More... | |