Skip to content

Commit

Permalink
🔨 BASE #281 JS removendo código não usado
Browse files Browse the repository at this point in the history
bjverde committed Dec 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3ad287a commit 075cb1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appexemplo_v1.0/app/lib/include/FormDin5WebCams.js
Original file line number Diff line number Diff line change
@@ -245,12 +245,7 @@ function fd5VideoCampiturar(id,imgPathFeedBack, imgPercent){
let idCanvas= '#'+id+'_videoCanvas';
var canvasCapturado = document.querySelector(idCanvas);
fd5VideoAlternarDisplay(idCanvas,'block');

canvasCapturado.height = video.videoHeight;
canvasCapturado.width = video.videoWidth;
var context= canvasCapturado.getContext('2d');
context.drawImage(video, 0, 0);


fd5VideoSaveTmpAdianti(id,canvasCapturado,video,imgPathFeedBack, imgPercent);
fd5VideoStop(id);
}

0 comments on commit 075cb1f

Please sign in to comment.