光圈与变焦
更新时间:2021-06-16
光圈与变焦
功能描述
用于对国标设备通道进行调整光圈和聚焦操作。
示例代码
long channelId = 1020652;
String fiCommand = "focusfar";
int speed = 2;
evsClient.modifyChannelFi(channelId, ptzCommand, speed);
请求参数
参数名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
channelId | Long | 是 | 国标设备通道ID |
fiCommand | String | 是 | fi命令,支持stop/irisin/irisout/focusnear/focusfar |
speed | Integer | 否 | 调整速度,支持1-255 |
注意: stop:停,irisin:调大光圈,inirout:调小光圈,focusnear:聚焦调近,focusfar:聚焦调远
响应内容
无。