diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7502901 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +mouse \ No newline at end of file diff --git a/video.js b/video.js index 4751676..86cd53d 100644 --- a/video.js +++ b/video.js @@ -9,7 +9,7 @@ var aiEnabled = false; var fps = 16; /* Setting up the constraint */ -var facingMode = "environment"; // Can be 'user' or 'environment' to access back or front camera (NEAT!) +var facingMode = "user"; // Can be 'user' or 'environment' to access back or front camera (NEAT!) var constraints = { audio: false, video: {