Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-23 18:20:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ad8229b434d841b42c82ad75fe662c4b05774ab
3ad8229b
1 parent
ae61b3e5
Opencv.js face detection
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
flask/templates/index.html
flask/templates/index.html
View file @
3ad8229
...
...
@@ -83,7 +83,9 @@ if (navigator.mediaDevices.getUserMedia){
}
}
// schedule the first one.
setTimeout
(
processVideo
,
0
);
cv
[
'onRuntimeInitialized'
]
=
()
=>
{
setTimeout
(
processVideo
,
0
);
}
</script>
</body>
</html>
...
...
Please
register
or
login
to post a comment