|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
Thread-safe snapshot of one device object's runtime health. More...
#include <libfreenect2/libfreenect2.hpp>
Public Member Functions | |
| DeviceRuntimeStatistics () | |
Public Attributes | |
| StreamRuntimeStatistics | color |
| StreamRuntimeStatistics | ir |
| StreamRuntimeStatistics | depth |
| uint64_t | start_attempts |
| uint64_t | successful_starts |
| uint64_t | stop_calls |
| uint64_t | disconnect_events |
| uint64_t | transfer_stall_events |
Thread-safe snapshot of one device object's runtime health.
| DeviceRuntimeStatistics | ( | ) |
| StreamRuntimeStatistics color |
| StreamRuntimeStatistics depth |
| uint64_t start_attempts |
| uint64_t successful_starts |
| uint64_t stop_calls |
| uint64_t disconnect_events |
| uint64_t transfer_stall_events |