|
RealSense Cross Platform API
RealSense Cross-platform API
|
#include <rs_processing.hpp>
Public Member Functions | |
| syncer (int queue_size=1) | |
| frameset | wait_for_frames (unsigned int timeout_ms=5000) const |
| bool | poll_for_frames (frameset *fs) const |
| bool | try_wait_for_frames (frameset *fs, unsigned int timeout_ms=5000) const |
| void | operator() (frame f) const |
|
inline |
Sync instance to align frames from different streams
|
inline |
|
inline |
Check if a coherent set of frames is available
| [out] | fs | New coherent frame-set |
|
inline |
Wait until coherent set of frames becomes available
| [in] | timeout_ms | Max time in milliseconds to wait until an available frame |
| [out] | fs | New coherent frame-set |
|
inline |
Wait until coherent set of frames becomes available
| [in] | timeout_ms | Max time in milliseconds to wait until an exception will be thrown |