Skip to content

Commit

Permalink
Enable webcam functionality (#25)
Browse files Browse the repository at this point in the history
* Add webcam (wip)

* Camera working

* Reset webcam

* Fix error

* Disable image upload when camera is active

* Add comments

* Code Review Updates

Various updates to @djalova PR code including:

- Fixing footer issues
- Fixing large image dispaly issues
- Reverting back to image and canvas

* Use max webcam resolution

Use the highest resolution available from the webcam

* Fix video resizing

* Minor code cleanup

* Use correct jquery call

* Update linter version

Co-authored-by: Alex Bozarth <[email protected]>
  • Loading branch information
djalova and ajbozarth authored Feb 5, 2020
1 parent ce02def commit cefec69
Show file tree
Hide file tree
Showing 7 changed files with 2,141 additions and 79 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"extends": "strongloop"}
{
"parserOptions": {
"ecmaVersion": 6
},
"extends": "strongloop"
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/*
node_modules/*
.idea/
Loading

0 comments on commit cefec69

Please sign in to comment.