Commit 137ee7d9 by 张超军

修改墨奇补采,采集失败后,再次采集当前指位,跳到下一个的问题

parent 140f865c
......@@ -4320,7 +4320,7 @@ export default {
console.log(this.preIndex);
console.log(this.preStatusL);
console.log(this.preStatusR);
if (this.preStatusL == 1 && this.preStatusR == 1) {
if (this.preStatusL == 1 && this.preStatusR == 1 && finger.statusL != 1 && finger.statusR != 1) {
// 关闭设备
if (this.GrpcCameraService) {
this.GrpcCameraService.stopVideoStream()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment