LEAP_FRAME_HEADER

Type Alias LEAP_FRAME_HEADER 

Source
pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
Expand description

\ingroup Structs Identifying information for a frame of tracking data. @since 3.0.0

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_FRAME_HEADER { pub reserved: *mut c_void, pub frame_id: i64, pub timestamp: i64, }

Fields§

§reserved: *mut c_void

Reserved, set to zero. @since 3.0.0

§frame_id: i64

A unique identifier for this frame

All frames carrying this frame ID are part of the same unit of processing. This counter is generally an increasing counter, but may reset to another value if the user stops and restarts streaming.

For interpolated frames, this value corresponds to the identifier of the frame upper bound. @since 3.0.0

§timestamp: i64

The timestamp for this image, in microseconds, referenced against LeapGetNow(). @since 3.0.0