Count

method: POST uri: /api/setting/warning_record/count parameters: ```json { "count":7, "cur_time":"2023-07-24" } ``` success: ```json { ...
May 22, 2024

Update

method: POST uri: /api/setting/camera/update parameters: ```json { "id": 1, "name":"person", "url":"rtsp://192.169.4.16/test-presonco...
May 22, 2024

List

method: GET uri: /api/setting/camera/list parameters: null success: ```json { "code": 0, "curr_page": 1, "list": [ { ...
May 22, 2024

Delete

method: POST uri: /api/setting/camera/delete parameters: ```json { "ids": [ 1, 2, 3 ] } ``` success: ```json { ...
May 22, 2024

Add

method: POST uri: /api/setting/camera/add parameters: ```json { "name": "company", "url": "rtsp://admin:a1234567@192.169.7.123:554" } ``` su...
May 22, 2024

Api_list

[ { "module": "camera", "interfaces": [ { "brief": "获取相机列表", "method": "GET", ...
May 22, 2024

System Config

{ "enableNotifyEvent":false, "autoDeleteEventThreshold":3999, "enableGddRecycleData":false, "reportEventDrawImageWithROI":false, ...
May 22, 2024

Mnc Cmd

#! /bin/bash file_name="mnc-cmd.sh" # url="http://127.0.0.1:8001/api/" # url="http://192.169.5.56:8000/api/" url="http://192.169.5.63:8000/api/" ...
May 22, 2024

Camera_test

{ "id": 3 }
May 22, 2024

Test_warning_z574_frame

{"frame":{"detector":[{"boxs":[{"index":14,"index2":"14","label":10001,"number":1358,"score":61,"x1":724,"x2":759,"y1":238,"y2":305},{"index":3,"in...
May 22, 2024