LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
Classes | Enumerations
HandTracker

Classes that enable applications to get access to data about the pose of the user's hands. More...

Collaboration diagram for HandTracker:

Classes

struct  SR_handEvent
 C-compatible struct notifying the listener that the state of a hand has changed. More...
 
class  SR::HandEventStream
 Stream of SR_handEvent objects. More...
 
union  SR_thumb
 C-compatible struct containing the part of the pose representing a thumb. More...
 
union  SR_finger
 C-compatible struct containing a part of the pose representing a finger. More...
 
struct  SR_handPose
 C-compatible struct containing the pose of a hand. More...
 
class  SR::HandEventListener
 Interface for listening to SR_handEvent updates. More...
 
class  SR::HandPoseListener
 Interface for listening to SR_handPose updates. More...
 
class  SR::HandPoseStream
 Stream of SR_handPose objects. More...
 
class  SR::HandTracker
 Sense class which provides hand tracking functionality to the SR system. More...
 

Enumerations

enum  SR_handSide : uint64_t { LeftHand = 0 , RightHand = 1 }
 Enum used to specify a left or right hand type pose. More...
 

Detailed Description

Classes that enable applications to get access to data about the pose of the user's hands.

Enumeration Type Documentation

◆ SR_handSide

enum SR_handSide : uint64_t

Enum used to specify a left or right hand type pose.

Copyright (C) 2025 Leia, Inc.

Enumerator
LeftHand 

Left hand.

RightHand 

Right hand.