# 手部识别

API 参数 说明 返回值
setHandNetColorWeight type 可选:
skeleton:骨架
point:节点
color 十六进制色值
startPoseNet 开始手部识别
# 示例-手部识别
from ailib import *

setHandNetColorWeight('skeleton', '#F8E71C');
setHandNetColorWeight('point', '#ff0000');
startHandRecognition();