This repository contains implementations for running camera viewers on a Raspberry Pi with a camera module. These solutions allow you to view your Raspberry Pi camera feed through a web browser from any device on your network.
A lightweight, static HTML-based camera viewer that captures images at regular intervals and serves them via a simple HTTP server. This implementation is easy to set up and has minimal dependencies.
View Simple Implementation Documentation
We're planning to develop a more advanced implementation that only activates the camera when users are viewing the page, saving power and reducing wear on the camera.
All implementations require:
- Raspberry Pi with Raspberry Pi OS
- Raspberry Pi Camera Module
- Network connection
This project is licensed under the MIT License - see the LICENSE file for details.This project is open source and available under the MIT License.