Skip to content

Instantly share code, notes, and snippets.

View dasporal's full-sized avatar
🍔
yeet

dasporal dasporal

🍔
yeet
View GitHub Profile
<!-- Video element (live stream) -->
<label>Video Stream</label>
<video autoplay id="video" width="640" height="480"></video>
<!-- Canvas element (screenshot) -->
<label>Screenshot (base 64 dataURL)</label>
<canvas id="canvas" width="640" height="480"></canvas>
<!-- Capture button -->
<button id="capture-btn">Capture!</button>