about summary refs log tree commit diff stats
path: root/js/pico-cam/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-03 21:14:39 -0400
committerelioat <elioat@tilde.institute>2024-07-03 21:14:39 -0400
commitf40782e35d1fecd07ef990974c451db00c947ca0 (patch)
treeac6445690900054b4abe947be1bed909cb811015 /js/pico-cam/index.html
parentac65deb7ac209912f1aecd5b70f5e14bba588bfb (diff)
downloadtour-f40782e35d1fecd07ef990974c451db00c947ca0.tar.gz
*
Diffstat (limited to 'js/pico-cam/index.html')
-rw-r--r--js/pico-cam/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/pico-cam/index.html b/js/pico-cam/index.html
index 0948b04..05b8335 100644
--- a/js/pico-cam/index.html
+++ b/js/pico-cam/index.html
@@ -46,6 +46,10 @@
             color: #FFFFFF;
         }
 
+        .capture-frame#captureVideo.active {
+            background-color: #FF0000;
+        }
+
         .media-container {
             display: flex;
             justify-content: center;
@@ -76,6 +80,7 @@
     <div class="footer">
         <button id="toggleCamera">Turn Camera On</button>
         <button id="captureFrame" class="capture-frame" disabled>Capture Frame</button>
+        <button id="captureVideo" class="capture-frame" disabled>Capture Video</button>
     </div>
     <div class="media-container">
         <video id="webcam" autoplay playsinline style="display:none;"></video>