Skip to content

Commit

Permalink
🔨 BASE #281 JS corrigingo problema da capitura de imagem
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Dec 28, 2023
1 parent 8ad353d commit 3ad287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appexemplo_v1.0/app/lib/include/FormDin5WebCams.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ function fd5VideoCampiturar(id,imgPathFeedBack, imgPercent){
var context= canvasCapturado.getContext('2d');
context.drawImage(video, 0, 0);

fd5VideoStop(id);
fd5VideoSaveTmpAdianti(id,canvasCapturado,video,imgPathFeedBack, imgPercent);
fd5VideoStop(id);
}
catch (e) {
__adianti_error('Error', e);
Expand Down

0 comments on commit 3ad287a

Please sign in to comment.