-
Notifications
You must be signed in to change notification settings - Fork 0
OSC Communication
Niccolò edited this page Nov 26, 2017
·
3 revisions
OrionOSC sends OSC messages to the port 8765. Data are nested in OSC tags from a macro view of the hand, to a micro view. So to get the pinky knuckle of the left hand the OSC message will be formatted as follows:
/Right/pinky/knuckle/
Every node sent via OSC has all the spatial coordinates attached to it, so from the pinky knuckle example above we can extrapolate:
- x: /Right/pinky/knuckle/x
- y: /Right/pinky/knuckle/y
- z: /Right/pinky/knuckle/z
Handedness | OSC Tag | Joints | Coordinates | Type | Range |
---|---|---|---|---|---|
Right and/or Left | palm, wrist | None | x, y, z | float; | -1.0, 1.0 |
Right and/or Left | thumb, index, middle, ring, pinky | knuckle, joint1, joint2, joint3 | x, y, z | float; | -1.0, 1.0 |