Skip to content

Commit cefec69

Browse files
djalovaajbozarth
andauthored
Enable webcam functionality (#25)
* 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 <ajbozart@us.ibm.com>
1 parent ce02def commit cefec69

File tree

7 files changed

+2141
-79
lines changed

7 files changed

+2141
-79
lines changed

.eslintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{"extends": "strongloop"}
1+
{
2+
"parserOptions": {
3+
"ecmaVersion": 6
4+
},
5+
"extends": "strongloop"
6+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/*
1+
node_modules/*
2+
.idea/

0 commit comments

Comments
 (0)