コード例 #1
0
  public void onStartPose(String pose, int userId) {
    println("onStartdPose - userId: " + userId + ", pose: " + pose);
    println(" stop pose detection");

    context.stopPoseDetection(userId);
    context.requestCalibrationSkeleton(userId, true);
  }