package handtracking

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service HandTrackingService

handtracking.proto:44

The hand tracking service definition.

message Hand

handtracking.proto:31

The hand tracking information, including the full 4x4 matrix for the wrist and the skeleton

Used in: HandUpdate

message HandUpdateAck

handtracking.proto:49

Acknowledgement message for hand updates

message Matrix4x4

handtracking.proto:6

Represents a 4x4 transformation matrix for a joint

Used in: Hand, HandUpdate, Skeleton

message Skeleton

handtracking.proto:26

The skeleton of a hand, comprising multiple 4x4 matrices (one per joint)

Used in: Hand