视频智能分析服务 VIAS-创建边缘骑电动车未戴头盔识别作业:请求示例

时间:2024-04-19 18:20:04

请求示例

  • 边缘骑电动车未戴头盔识别作业创建,使用输入源为video_source,输出为dis。

    POST /v2/{project_id}/services/c-helmet-elec-recog-edge/tasks
    
    {
      "name" : "helmet-task",
      "description" : "helmet task test",
      "input" : {
        "type" : "video_source",
        "data" : [ {
          "video_source_id" : "xxxxxxx-xxxxxxx-xxxxxxx-xxxxx-xxxxxx"
        } ]
      },
      "output" : {
        "dis" : {
          "stream_name" : "dis-test"
        }
      },
      "service_version" : "3.0",
      "resource_order_id" : "840a5cf90d4a4bbaa71f251dfe8fe64e",
      "config" : {
        "common" : {
          "image_compression_ratio" : 90,
          "render_roi_sw" : 1,
          "render_result_sw" : 1,
          "target_roi" : "{\"polygons\":[{\"data\":[[84,389],[1840,349],[1824,526],[78,526]]}]}"
        }
      }
    }
  • 边缘骑电动车未戴头盔识别作业创建,使用输入源为vcn,输出为dis。

    POST /v2/{project_id}/services/c-helmet-elec-recog-edge/tasks
    
    {
      "name" : "helmet-task",
      "description" : "helmet task test",
      "input" : {
        "type" : "vcn",
        "vcn" : {
          "ip" : "xxx.xxx.xxx.xxx",
          "password" : "CQeNfcRLwyMvH77AkDBaPS+BKXdFu/1bAXtIMNTx3QPbVewjipNq06nNodxWI28I1lCUsvv2+wB1joepzynLVW3g2nz0k9vaCRDoK6=",
          "port" : "xxx",
          "username" : "testname"
        },
        "data" : [ {
          "index" : 0,
          "stream_type" : 1,
          "device_id" : "07211540881586160101#f7964493ff764bbf9294d58b22e63de6"
        } ]
      },
      "output" : {
        "dis" : {
          "stream_name" : "dis-test"
        }
      },
      "service_version" : "3.0",
      "resource_order_id" : "840a5cf90d4a4bbaa71f251dfe8fe64e",
      "config" : {
        "common" : {
          "image_compression_ratio" : 90,
          "render_roi_sw" : 1,
          "render_result_sw" : 1,
          "target_roi" : "{\"polygons\":[{\"data\":[[84,389],[1840,349],[1824,526],[78,526]]}]}"
        }
      }
    }
  • 边缘骑电动车未戴头盔识别作业创建,使用输入源为restful,输出为webhook。

    POST /v2/{project_id}/services/c-helmet-elec-recog-edge/tasks
    
    {
      "name" : "helmet-task",
      "description" : "helmet task test",
      "input" : {
        "type" : "restful",
        "data" : [ {
          "index" : 0,
          "url" : "http://xxx.xxx.xxx.xxx:xxx/test/data",
          "certificate_check" : false,
          "rtsp_path_in_response" : "data/url"
        } ]
      },
      "output" : {
        "webhook" : {
          "url" : "https://apigw.huawei.com/xxx/xxx/callback",
          "headers" : {
            "content-type" : "application/json"
          }
        }
      },
      "service_version" : "3.0",
      "resource_order_id" : "840a5cf90d4a4bbaa71f251dfe8fe64e",
      "config" : {
        "common" : {
          "image_compression_ratio" : 90,
          "render_roi_sw" : 1,
          "render_result_sw" : 1,
          "target_roi" : "{\"polygons\":[{\"data\":[[84,389],[1840,349],[1824,526],[78,526]]}]}"
        }
      }
    }
  • 边缘骑电动车未戴头盔识别作业创建,使用输入源为边缘摄像头,输出为dis。

    POST /v2/{project_id}/services/c-helmet-elec-recog-edge/tasks
    
    {
      "name" : "helmet-task",
      "description" : "helmet task test",
      "input" : {
        "type" : "edgecamera",
        "data" : [ {
          "id" : "aec5857c-222f-4aa9-be39-23654e118886",
          "index" : 0
        } ]
      },
      "output" : {
        "dis" : {
          "stream_name" : "dis-test"
        }
      },
      "service_version" : "3.0",
      "resource_order_id" : "840a5cf90d4a4bbaa71f251dfe8fe64e",
      "config" : {
        "common" : {
          "image_compression_ratio" : 90,
          "render_roi_sw" : 1,
          "render_result_sw" : 1,
          "target_roi" : "{\"polygons\":[{\"data\":[[84,389],[1840,349],[1824,526],[78,526]]}]}"
        }
      }
    }
support.huaweicloud.com/vias-api/CreateHelmetElecRecogTasksEdge.html