Skip to content

Commit

Permalink
🔤 BASE JS #281 alterando disposição codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Dec 27, 2023
1 parent 44e77da commit 1cbc1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appexemplo_v1.0/app/lib/include/FormDin5WebCams.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ function fd5VideoStart(id){
}
fd5VideoStop(id);
fd5VideoAlternarDisplay('#'+id+'_videoCanvas','none');
let video = document.querySelector('#'+id+'_video');
fd5VideoAlternarDisplay('#'+id+'_video','block');

let video = document.querySelector('#'+id+'_video');
let divVideo = document.querySelector('#'+id+'_videodiv');

navigator.mediaDevices.getUserMedia({video:true})
Expand Down

0 comments on commit 1cbc1aa

Please sign in to comment.