Time-of-Flight Library(ToF) 3.4.0
|
|
This class describes the different data streams coming from the camera. More...
#include <stream.hpp>
Public Member Functions | |
Stream (tof_stream_t ptr=nullptr) | |
Construct from pointer. More... | |
FrameType | frame_type () const |
Get the frame type. More... | |
uint32_t | frame_id () const |
Get the frame id. More... | |
float | modulation_frequency () const |
Get the modulation frequency of the frame. More... | |
uint32_t | integration_time () const |
Get the integration time of the frame. More... | |
uint32_t | process () const |
Get a bit array of the processing performed on the frame. More... | |
This class describes the different data streams coming from the camera.
Definition at line 40 of file stream.hpp.
|
inline |
Construct from pointer.
Definition at line 43 of file stream.hpp.
|
inline |
|
inline |
|
inline |
Get the integration time of the frame.
Definition at line 71 of file stream.hpp.
|
inline |
Get the modulation frequency of the frame.
Definition at line 64 of file stream.hpp.
|
inline |
Get a bit array of the processing performed on the frame.
Definition at line 78 of file stream.hpp.