You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
function upcontrol(){
|
|
$.ajax({
|
|
data: { channelId: "1" ,deviceId:"34020000001320000001",cmdCode:"A50F0108001F00DC",horizonSpeed:"20",verticalSpeed:"",zoomSpeed:""},
|
|
url: "/api/ptz/control",
|
|
dataType: "json",
|
|
async: true,
|
|
success: function (date) {
|
|
debugger
|
|
}
|
|
});
|
|
|
|
}
|