fbs/mocap.fbs
Namespace: synapse.topic
Includes: types.fbs
| Kind | Name | Description |
|---|---|---|
struct | MocapMarkerSample | Fixed-layout position sample for a labeled or unlabeled mocap marker. |
struct | MocapRigidBodySample | Fixed-layout pose sample for a tracked mocap rigid body. |
struct | MocapSegmentSample | Fixed-layout pose sample for a tracked skeleton segment. |
table | MocapMarkerDefinition | Static metadata for a mocap marker that consumers can cache. |
table | MocapRigidBodyDefinition | Static metadata for a mocap rigid body that consumers can cache. |
table | MocapSegmentDefinition | Static metadata for a mocap skeleton segment that consumers can cache. |
table | MocapDefinition | Variable-size mocap metadata packet describing tracked objects. This is a cached definition record and an intentional table boundary. |
table | MocapFrame | Variable-size mocap frame containing all tracked samples for one timestamp. |