rpi-detector

Python-скрипт, с помощью которого можно использовать Raspberry Pi и CSI-камеру для неё в качестве детектора движения.

GPL-3.0 License

Stars
4
Committers
2

Warnings:

  • Make sure you are using Raspberry Pi OS Legacy (based on Buster) or older. It is possible to work on Raspberry Pi OS Bullseye when using the Legacy version of the Pycamera driver. There may be problems with other distributions.

Requirements:

  • Raspberry Pi 2B and newer
  • Any CSI-compatible camera

Setup:

  • In the Raspberry Pi Configuration Tool, enable the camera operation:
sudo raspi-config
  • Install the necessary dependencies:
sudo apt install python3-opencv -y
sudo apt install git --no-install-recommends -y
  • Download the script:
git clone https://github.com/ByloTonix/rpi-detector/
cd rpi-detector
sudo chmod +x detector.py
mkdir images

Usage:

  • After completing the configuration, go to the directory with the script and run it:
cd ~/rpi-detector
python3 detector.py