mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 21:22:00 +02:00
Remove erroneous MyAvatar calls and fix indents
This commit is contained in:
parent
8b248c186b
commit
625be7dcf7
3 changed files with 33083 additions and 7 deletions
|
@ -722,8 +722,6 @@
|
|||
$("#videoSource").val(idValue).prop('selected', true);
|
||||
$("#videoSource").val(idValue).change();
|
||||
$("#videoDropdown").val(hrefValue);
|
||||
MyAvatar.removeAnimationStateHandler(handlerId);
|
||||
MyAvatar.restoreAnimation();
|
||||
});
|
||||
// Enable the live webcam view and start detection.
|
||||
function enableCam(event) {
|
||||
|
@ -782,13 +780,13 @@
|
|||
}
|
||||
|
||||
function getStream() {
|
||||
if (window.stream) {
|
||||
window.stream.getTracks().forEach(track => {
|
||||
track.stop();
|
||||
});
|
||||
if (window.stream) {
|
||||
window.stream.getTracks().forEach(track => {
|
||||
track.stop();
|
||||
});
|
||||
}
|
||||
|
||||
const videoSource = videoSelect.value;
|
||||
const videoSource = videoSelect.value;
|
||||
const constraints = {
|
||||
video: {deviceId: videoSource ? {exact: videoSource} : undefined}
|
||||
};
|
||||
|
|
33078
applications/emocam/js/tasks-vision.ts
Normal file
33078
applications/emocam/js/tasks-vision.ts
Normal file
File diff suppressed because it is too large
Load diff
BIN
applications/emocam/models/face_landmarker.task
Normal file
BIN
applications/emocam/models/face_landmarker.task
Normal file
Binary file not shown.
Loading…
Reference in a new issue