![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Go to the source code of this file.
Namespaces | |
sl_oc | |
Enumerations | |
enum | sl_oc::VERBOSITY { sl_oc::NONE = 0 , sl_oc::ERROR = 1 , sl_oc::WARNING = 2 , sl_oc::INFO = 3 } |
Functions | |
uint64_t | getSteadyTimestamp () |
Get the current system clock as steady clock, so with no jumps even if the system time changes. More... | |
uint64_t | getWallTimestamp () |
Get the current system clock as wall clock (it can have jumps if the system clock is updated by a sync service) More... | |
|
inline |
Get the current system clock as steady clock, so with no jumps even if the system time changes.
Definition at line 63 of file defines.hpp.
Referenced by main().
|
inline |
Get the current system clock as wall clock (it can have jumps if the system clock is updated by a sync service)
Definition at line 69 of file defines.hpp.