Parameters for dispatcher, used to define some behaviors of dispatcher.
Definition at line 119 of file SensorManager.h.
Data Fields | |
bool | accumCamFrames |
Whether Dispatcher shall accumulated frames from all cameras into a single event. More... | |
dwTime_t | camFramesTimeDiffLimit |
Up to how much can timestamps of camera frames accumulated in a single event differ, in microsecond. More... | |
dwTime_t | timeout |
Timeout value to be used in dispatcher mode for virtual files, in microsecond. More... | |
bool dwDispatcherParams::accumCamFrames |
Whether Dispatcher shall accumulated frames from all cameras into a single event.
Definition at line 122 of file SensorManager.h.
dwTime_t dwDispatcherParams::camFramesTimeDiffLimit |
Up to how much can timestamps of camera frames accumulated in a single event differ, in microsecond.
Definition at line 124 of file SensorManager.h.
dwTime_t dwDispatcherParams::timeout |
Timeout value to be used in dispatcher mode for virtual files, in microsecond.
Definition at line 126 of file SensorManager.h.