@skelcolor attribute
🔌dp.kinect2
- signature
skelcolor INT
- values
0
- off default
1
- output joints in colormap coordinates
- 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
, andconfidence
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