var toolbox_qr_analyzer = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_QR_ANALYZER}",
            "toolboxitemid": "QR_ANALYZER",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "qr_analyzer_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                    { "kind": "block", "type": "javascript_setup" },
                    { "kind": "block", "type": "ai_stop" },
                     
                    {
            "kind": "block",
            "type": "qr_turn_on_video"
        },
        {
            "kind": "block", 
            "type": "qr_analyze_with_bounding_box"
        },
        {
            "kind": "block",
            "type": "qr_is_camera_on"
        },
        {
            "kind": "block",
            "type": "qr_is_detected"
        },
        {
            "kind": "block",
            "type": "qr_get_data"
        },
        {
            "kind": "block",
            "type": "qr_get_center_position"
        },
        {
            "kind": "block",
            "type": "qr_get_angle"
        },
        {
            "kind": "block",
            "type": "qr_get_count"
        },        
        {
            "kind": "block",
            "type": "qr_generate_code"
        },        
        {
            "kind": "block",
            "type": "qr_generate_code_data"
        },
            ]
        }
    ]
}
