Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

DutchRican/cam_surveilance

Repository files navigation

Recording and streaming RaspberryPi footage

  • make sure that you have installed virtualenv for python3
  • have some room on the storage device since this is for now creating files under the videos folder

Create a virtual environment

python3 -m venv /path/to/environments/folder

source it

  • /path/to/environments/folder/bin/activate

Install the dependencies

pip install -r requirements.txt

Run the camera

python main.py

Run the front-end

cd client

npm run serve

work in progress!

About

Raspberry Pi camera stream and recording when faces are detected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published