Skip to content

SvenVD/pi-nvr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi NVR Configuration

This repository contains a Raspberry Pi NVR configuration so a Pi 4 or CM4 can be used as an NVR, or Network Video Recorder, for capturing and managing CCTV/IP camera streams.

Currently I'm experimenting with which DVR application I'm going to use. So I'm not updating the README further until I pick something.

See the 'NVR Solutions' section below for current thoughts.

Raspberry Pi Setup

For an NVR, you're going to want to use storage other than built-in eMMC (CM4 only) or microSD (Lite CM4 or Pi 4 model B). For my own purposes, I'm booting a Pi off of an NVMe drive, using the new native NVMe boot option on the CM4.

You also need a lot of storage—multiple TB of storage is best if you want any form of long-term archive.

And finally, some applications like Frigate work great if you add on something like Google Coral TPU via USB. But for now I'm not doing that.

To prep the Pi, make sure you are running the latest version of Raspberry Pi OS, can reach the Pi over SSH, and can log into it with something like ssh pi@dvr.local (that's the default address I'm using to test).

Installation

TODO. Install Ansible, run playbook.

ansible-playbook main.yml

Then run specific NVR playbook, e.g.

ansible-playbook shinobi/main.yml

Shinobi First-time setup

After the playbook completes, visit the URL of your NVR, at the /super path, e.g. http://dvr.local:8080/super. The default login credentials are:

  • Email: admin@shinobi.video
  • Password: admin

TODO.

Raspberry Pi NVR Solutions

Here are my notes on different options for DVR/NVR/CCTV solutions that could run on the Pi:

Author

This project was created in 2022 by Jeff Geerling.

About

Raspberry Pi NVR for home CCTV recording.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%