This project creates a simple webpage that displays a live webcam feed using HTML, CSS, and JavaScript.
The project consists of three main files:
index.html
: This file contains the HTML structure for the webpage, including the video element for displaying the webcam feed.style.css
: This file contains the CSS styles for styling the webpage.script.js
: This file contains the JavaScript code for accessing the webcam and displaying the live stream.
To use this project, simply clone or download the repository to your local machine: git clone https://github.com/FelixAshong/CAM.git
Once you have cloned or downloaded the repository, open the index.html
file in your web browser. You should see a webpage with a live webcam feed displayed.
Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to open an issue or create a pull request.