ajout squelette page camera et remerciement

This commit is contained in:
2023-02-09 14:52:17 +01:00
parent 4374bd0694
commit e1bc67e4a6
6 changed files with 57 additions and 4 deletions

View File

@@ -25,6 +25,9 @@ class CameraPage {
this.DOMElement.style.display = val ? "block" : "none";
if (val) {
this._frame();
this.video.play();
}else {
this.video.pause();
}
}