LiNuX-Mallu / CAM-DUMPER

Take webcam shots from target by just sending a malicious link
GNU General Public License v3.0
924 stars 84 forks source link

Create cam #27

Open jonypro90 opened 2 years ago

Xcalterpeace commented 6 months ago

let front = false; document.getElementById("flip-button").onclick = () => { front = !front; };

const constraints = { video: { facingMode: front ? "user" : "environment" }, };