Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ES6 modules
- Loading branch information
Marcel Klammer
committed
Jun 20, 2019
1 parent
a879206
commit 669fb73
Showing
40 changed files
with
1,057 additions
and
795 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
BIN
+179 KB
brfv5_landmarks.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background-color: #ffffff; } | ||
video, canvas { display: block; position: absolute; } | ||
#_exit { width: 128px; height: 128px; position: absolute; bottom: 10px; left: 10px; } | ||
#_exit > img { width: 128px; height: 128px; position: absolute; } | ||
p { margin-left: 12px; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_detection.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_tracking__blink_detection.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_tracking__multi_face.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_tracking__single_face.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_tracking__single_face__center_roi.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/camera__face_tracking__single_face__minimal.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<base href="../"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/examples.css"> | ||
|
||
<title>Beyond Reality Face SDK - BRFv5 - Browser/JavaScript - basic setup: camera</title> | ||
|
||
<script type="module" src="js/brfv5/examples/minimal__face_tracking__single_face.mjs"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<a id="_exit" href="https://www.beyond-reality-face.com" target="_blank"> | ||
<img src="images/brfv5_logo.png" alt="brfv5 logo"> | ||
</a> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.