|
@@ -182,12 +182,12 @@ export default {
|
|
shot() {
|
|
shot() {
|
|
console.log(this.videoObj,'========================aaa');
|
|
console.log(this.videoObj,'========================aaa');
|
|
console.log("视频播放编号", this.code);
|
|
console.log("视频播放编号", this.code);
|
|
- // if (!this.videoObj)
|
|
|
|
- // return;
|
|
|
|
- // this.videoObj.capture({
|
|
|
|
- // winNum: this.winNum,
|
|
|
|
- // code: this.monitorInfo.cameraCode,
|
|
|
|
- // });
|
|
|
|
|
|
+ if (!this.videoObj)
|
|
|
|
+ return;
|
|
|
|
+ this.videoObj.capture({
|
|
|
|
+ winNum: this.winNum,
|
|
|
|
+ code: this.monitorInfo.cameraCode,
|
|
|
|
+ });
|
|
this.imgSrc=this.fileName
|
|
this.imgSrc=this.fileName
|
|
this.issue(this.imgSrc)
|
|
this.issue(this.imgSrc)
|
|
|
|
|