- 摄像头管理
- 区域位置
- 摄像头管理
- AI配置
- 获取设备区域位置(下拉框)GET
- 复制到-查询所有在线设备列表信息(所有盒子)GET
- 复制到-复制配置信息到所选设备GET
- AI配置-左侧AI服务列表-查询设备对应的算法信息列表GET
- 摄像头管理-AI配置自定义-复制当前选中区域到别的算法POST
- 摄像头管理-区域位置-新增POST
- 摄像头管理-区域位置-修改PUT
- 摄像头管理-区域位置-查询区域分类树GET
- 摄像头管理-工具栏-区域调动POST
- 摄像头管理-摄像头列表-查询GET
- 摄像头管理-工具栏-查询所有的AI服务列表信息(下拉框)GET
- 批量删除摄像头设备DELETE
- AI配置-复制全部算法配置-查询区域设备算法分类树GET
- 摄像头管理-区域位置-删除DELETE
- 监控中心
- 盒子版本管理
- 盒子管理
- 系统管理
- 报警中心
- test
- 文件上传下载
- websocket服务
- TestController
- test1
- test2
- test3
- test4
- test5
- test5
- test6
- {"boxSerial":"IEC5816699E044549E1X","ip":"216.234.127.214","cidr":"192.168.20.12","gateway":"192.168.20.12","dns":"192.168.20.12","network":""}
- test8
- test9
- sendWebsocket
- boxper
- 测试批量查询ai配置
- checkDeviceAIConfigDetailJob
- checkBoxGlobalAIConfigDetail
- checkBoxFaceRecognition
- saveDeviceAreaAiConfigV2
- batchQueryDeviceAreaList
- batchQueryDeviceAreaInfoList
- checkBoxNetConfig
- 冲刺二
- BAiServiceCameraController
- 视频回流
- 上传重试
- 数据同步
- 算法授权
- 在离线授权
- BoxGlobalAiServiceController
- 盒子AI服务配置
- AI服务
- 宝鸡泵业
- 摄像头设备操作
- 盒子操作类
- 导出准备
- 声光报警器相关接口
- 统计相关接口
- 处罚规则设置
- 处罚记录
- websocket推送TCP数据
- 未命名接口GET
AI配置页-保存算法参数配置的详细信息
POST
http://192.168.16.10:31748/v1/bAiServiceCamera/saveSrvConfigDetailInfo
最后修改时间:2024-01-23 09:22:48
责任人:未设置
请求参数
Body 参数application/json
id
integer | null
主键id
aiSrvId
integer | null
AI服务类型id
areaId
integer | null
可选
deviceAreaAIId
integer | null
可选
aiSrvTriggerInterval
integer | null
AI服务触发间隔
aiSrvAlgorithmSensitivity
integer | null
可选
alertImageType
integer | null
可选
bAiServerId
integer | null
可选
validCycleTime
array[object (ValidCycleTime) {2}] | null
有效时间
x
integer | null
可选
y
integer | null
可选
avAlarmStatus
integer | null
声光报警器状态
aiSrvName
string | null
AI服务名称
aiSrvAlarmName
string | null
报警名称
aiSrvExtraArgs
object
AI服务额外参数
showDetectionArea
integer | null
告警记录图片显示检测区域 0关闭 1开启
uniformLight
integer | null
工服光照模式 0复杂模式 1均匀模式
uniformColor
array[integer] | null
十种颜色在检索区域的占比 0:黑色,1:灰色,2:白色,3:红色,4:橙 色,5:黄色,6:绿色,7:青色,8:蓝色,9:紫色
livenessDetection
integer | null
活体检测 0关闭 1开启
livenessDetectionAlgorithmSensitivity
integer | null
活体检测算法灵敏度 0-100
alertSaveOriginalImage
integer
必需
aiSrvDelayTriggerSeconds
integer | null
AI服务触发延迟
aiSrvStatus
integer | null
可选
boxSerial
string | null
盒子序列号
deviceId
integer | null
设备id
createdTime
string | null
创建时间
updateTime
string | null
修改时间
示例
{
"id": 0,
"aiSrvId": 0,
"areaId": 0,
"deviceAreaAIId": 0,
"aiSrvTriggerInterval": 0,
"aiSrvAlgorithmSensitivity": 0,
"alertImageType": 0,
"bAiServerId": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"avAlarmStatus": 0,
"aiSrvName": "string",
"aiSrvAlarmName": "string",
"aiSrvExtraArgs": {
"showDetectionArea": 0,
"uniformLight": 0,
"uniformColor": [
0
],
"livenessDetection": 0,
"livenessDetectionAlgorithmSensitivity": 0,
"alertSaveOriginalImage": 0
},
"aiSrvDelayTriggerSeconds": 0,
"aiSrvStatus": 0,
"boxSerial": "string",
"deviceId": 0,
"createdTime": "string",
"updateTime": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.16.10:31748/v1/bAiServiceCamera/saveSrvConfigDetailInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"aiSrvId": 0,
"areaId": 0,
"deviceAreaAIId": 0,
"aiSrvTriggerInterval": 0,
"aiSrvAlgorithmSensitivity": 0,
"alertImageType": 0,
"bAiServerId": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"avAlarmStatus": 0,
"aiSrvName": "string",
"aiSrvAlarmName": "string",
"aiSrvExtraArgs": {
"showDetectionArea": 0,
"uniformLight": 0,
"uniformColor": [
0
],
"livenessDetection": 0,
"livenessDetectionAlgorithmSensitivity": 0,
"alertSaveOriginalImage": 0
},
"aiSrvDelayTriggerSeconds": 0,
"aiSrvStatus": 0,
"boxSerial": "string",
"deviceId": 0,
"createdTime": "string",
"updateTime": "string"
}'
返回响应
🟢200成功
application/json
Body
message
string | null
提示信息
code
integer | null
可选
data
object ()
结果数据
msgData
object ()
可选
示例
{
"message": "",
"code": 0,
"data": {}
}