https://github.com/toni08bit/surveillancepi
Simple Raspberry Pi CCTV system using the Raspberry Pi Camera Module
https://github.com/toni08bit/surveillancepi
cctv picamera picamera-streaming python3 raspberry-pi
Last synced: 2 months ago
JSON representation
Simple Raspberry Pi CCTV system using the Raspberry Pi Camera Module
- Host: GitHub
- URL: https://github.com/toni08bit/surveillancepi
- Owner: toni08bit
- License: mit
- Created: 2022-10-09T18:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:17:48.000Z (over 2 years ago)
- Last Synced: 2025-12-31T04:59:50.650Z (6 months ago)
- Topics: cctv, picamera, picamera-streaming, python3, raspberry-pi
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surveillance Pi
## What's this?
This project is dedicated for a CCTV system using Raspberry Pi(s) with a [Raspberry Pi Camera Module](https://thepihut.com/products/raspberry-pi-camera-module-3)
## Requirements
### Storage/Master Pi
- Raspberry Pi
- WiFi/LAN Connection
- (Maybe?) External Storage Device (because we don't want to overwhelm the system SD card with high traffic)
### Camera Pi (Indefinitely repeatable)
- Raspberry Pi (with CAM port)
- WiFi/LAN Connection
- Camera Module ([PiHut](https://thepihut.com/products/raspberry-pi-camera-module-3)) - Old modules are working, but are giving you a red/pink picture.
## How to install
1. Use wget or curl to download the applicable install.sh file for every device.
2. (You might need to set run permissions for the file (even if you are root) with "chmod 777 install.sh")
3. On a master device, you might have to modify some config.json values, verify the broadcast address with ifconfig.
## Disclaimer
I do not take responsibility for technical failures, misuse or any other failure/unintended use. Please customize the code to your usage.