Connection & services
The connection entry point and the device-side services. For the end-to-end workflow see the Connecting guide.
ServiceManager
Moved to ServiceManager.
ServiceNames
static classCanonical service-name constants for the discovery methods.
| Constant | Value |
|---|---|
SkeletonService | "SkeletonService" |
ObjectDetectionService | "6DofService" |
CalibrationService | "CalibrationService" |
CameraFeedService | "CameraFeedService" |
HandProviderType
enumSelects the hand-tracking source for ServiceManager.HandProvider: None = 0 · OVR = 1 · UltraLeap = 2 · HTC = 3 · HTC_Wave = 4.
HighResTime
static classMonotonic, UTC-aligned clock in seconds since the Unix epoch (matches the server's capture times; equivalent to Python time.time()).
| Member | Returns |
|---|---|
Now / PyTime | double — fractional seconds since Unix epoch (UTC) |
NowMilliseconds | double |
ElapsedSince(double start) / ElapsedMsSince(double start) | double |
CameraService
Moved to CameraService.
RenderService
Moved to RenderService.
HandSkeletonService
Moved to HandSkeletonService.
GameService
Moved to GameService.
UnityService
Moved to UnityService.
CvsCameraInfo
Moved to CvsCameraInfo.
CameraFeedClient
Moved to CameraFeedClient.
Next: Skeletons & characters.
Was this page helpful?