摄像头图像纠偏
var data = {
devIndex: devIndex,// 要纠偏的摄像头下标
status: status // 0 关闭;1打开
}
webCamera.doDeskew(data, function (data) {
console.log(data)// 设置成功回调
}, function (err) {
console.log(err)// 设置失败回调
})