Remove erroneous MyAvatar calls and fix indents

This commit is contained in:
colorfingers 2023-12-03 20:52:21 +00:00
parent 8b248c186b
commit 625be7dcf7
3 changed files with 33083 additions and 7 deletions

View file

@ -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}
};

File diff suppressed because it is too large Load diff

Binary file not shown.