Skip to content

Instantly share code, notes, and snippets.

View a7maadf's full-sized avatar

Ahmad a7maadf

  • United States
View GitHub Profile
@a7maadf
a7maadf / webcam.html
Created May 21, 2023 05:35
Simple Webcam input in HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
<button onclick="startWebcam();">Start WebCam</button>
<button onclick="getCurrentFrame();">Take Snapshot</button>
</p>
<!-- <video id="video" hidden autoplay></video> -->