Skip to main content Link Search Menu Expand Document (external link)

@skelcolor attribute

:electric_plug: dp.kinect2
:information_source: signature
skelcolor INT
:house: values
0
off default
1
output joints in colormap coordinates
:bulb: examples
@skelcolor 1

Skeleton joint output from the fifth outlet in colormap coordinates. This output does not provide z-depth or orientation. Output format (native Max messages, OSC protocol, etc.) is determined by @skeletonformat.

# @skeletonformat 0
/skelcolor/playerId/jointname column row confidence

# @skeletonformat 1
skelcolor playerId jointname column row confidence
  • playerId, jointname, and confidence are the same as @skeleton output
  • column, row are integers that represent the column and row in the colormap image

Examples

# @skeletonformat 0
/skelcolor/2/r_shoulder 975 758 0.5

# @skeletonformat 1
skelcolor 2 r_shoulder 975 758 0.5