libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
Loading...
Searching...
No Matches

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

Detailed Description

Thread-safe snapshot of one device object's runtime health.

Constructor & Destructor Documentation

◆ DeviceRuntimeStatistics()

DeviceRuntimeStatistics ( )

Member Data Documentation

◆ color

◆ ir

◆ depth

◆ start_attempts

uint64_t start_attempts

◆ successful_starts

uint64_t successful_starts

◆ stop_calls

uint64_t stop_calls

◆ disconnect_events

uint64_t disconnect_events

◆ transfer_stall_events

uint64_t transfer_stall_events