|
|
@ -176,7 +176,7 @@ public class VideoController extends BaseController { |
|
|
|
@ApiOperation("云平台控制") |
|
|
|
@GetMapping(value = "/PTZControl") |
|
|
|
public JSONObject PTZControl(@ApiParam(value = "相机id", name = "camId", required = true) String camId, |
|
|
|
@ApiParam(value = "相机类型", name = "cmdType", required = true) String cmdType, |
|
|
|
@ApiParam(value = "指令类型", name = "cmdType", required = true) String cmdType, |
|
|
|
@ApiParam(value = "速度", name = "speed", required = true) String speed) throws HttpException, IOException { |
|
|
|
|
|
|
|
JSONObject jsonResult = null; |
|
|
|