var toolbox_pose_detection = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_POSE_DETECTION}",
            "toolboxitemid": "POSE_DETECTION",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "pose_detection_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                    { "kind": "block", "type": "javascript_setup" },
                    { "kind": "block", "type": "ai_stop" },
                    //     {
                    //   "kind": "sep",
                    //   "gap": "100"
                    // },
                    { "kind": "block", "type": "pose_camera_control" },
                    { "kind": "block", "type": "pose_show_detections" },
                    { "kind": "block", "type": "pose_analyse" },
                    // { "kind": "block", "type": "pose_get_people_count" },
                    { "kind": "block", "type": "pose_get_x" },
                    { "kind": "block", "type": "pose_get_y" },
                    { "kind": "block", "type": "pose_is_detected" },
                
            ]
        }
    ]
}
