648540858
2020-11-24 ecaf8750dd9c537e581ae05c65be9a26db5e67a7
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommander.java
@@ -2,6 +2,7 @@
import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.gb28181.bean.Device;
import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform;
/**    
 * @Description:设备能力接口,用于定义设备的控制、查询能力   
@@ -63,6 +64,18 @@
     * @param zoomSpeed  镜头缩放速度
    */
   public boolean ptzCmd(Device device,String channelId,int leftRight, int upDown, int inOut, int moveSpeed, int zoomSpeed);
   /**
    * 前端控制,包括PTZ指令、FI指令、预置位指令、巡航指令、扫描指令和辅助开关指令
    *
    * @param device        控制设备
    * @param channelId      预览通道
    * @param cmdCode      指令码
     * @param parameter1   数据1
     * @param parameter2   数据2
     * @param combineCode2   组合码2
    */
   public boolean frontEndCmd(Device device, String channelId, int cmdCode, int parameter1, int parameter2, int combineCode2);
   
   /**
    * 请求预览视频流
@@ -200,4 +213,6 @@
    * @param device 视频设备
    */
   public boolean mobilePostitionQuery(Device device);
}