Live Webcam Streaming

Project Overview

This project demonstrates how to access a user's webcam and stream the video feed live on a webpage. It's built with a Flask backend to serve the page and frontend JavaScript to handle the camera access using the browser's MediaDevices API.

Technology Stack

  • Python
  • Flask & Jinja2
  • HTML5 & CSS
  • JavaScript