From 075cb1fe292fe52d20c760297846b18b3b95b0a4 Mon Sep 17 00:00:00 2001 From: Bjverde Date: Thu, 28 Dec 2023 01:48:16 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20BASE=20#281=20JS=20removendo=20c?= =?UTF-8?q?=C3=B3digo=20n=C3=A3o=20usado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appexemplo_v1.0/app/lib/include/FormDin5WebCams.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appexemplo_v1.0/app/lib/include/FormDin5WebCams.js b/appexemplo_v1.0/app/lib/include/FormDin5WebCams.js index 23b52683..f2941b97 100644 --- a/appexemplo_v1.0/app/lib/include/FormDin5WebCams.js +++ b/appexemplo_v1.0/app/lib/include/FormDin5WebCams.js @@ -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); }