Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.08 KB

File metadata and controls

28 lines (16 loc) · 1.08 KB

Raspberry Pi Camera Viewer

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.

Implementations

Simple Implementation

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

Future Plans

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.

View Future Development Plan

Requirements

All implementations require:

  • Raspberry Pi with Raspberry Pi OS
  • Raspberry Pi Camera Module
  • Network connection

License

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.