控制摄像头的红外滤光片切换,实现日夜模式切换或热成像功能。
模式说明: - day: 白天模式(关闭红外,彩色画面) - night: 夜间模式(开启红外,黑白画面) - auto: 自动切换模式 - schedule: 定时切换模式
{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}curl --location '/manage/api/v1/camera/ircut/set/' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}'{
"code": 0,
"message": "",
"data": ""
}