Skip to content

Motion detection using OpenCV - This is a simple Python script for a action cam that records the birds arriving at a feeding station on my balcony. The script is like a security cam that records video when it detects movement. The recorded videos are saved in MP4 format.

Notifications You must be signed in to change notification settings

infinitel8p/Bird-Cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bird Cam

This is a simple Python script for a action cam that records the birds arriving at a feeding station on my balcony. The script is like a security cam that records video when it detects movement. The recorded videos are saved in MP4 format.

The Project has moved to https://github.com/infinitel8p/Security-Cam where a more advanced version with dashboard and other features is in the works.

Requirements

  • Python 3.x
  • OpenCV
  • imutils

How to use

  1. Clone this repository to your local machine.
  2. Install the required libraries by running pip install -r requirements.txt.
  3. Run the script by running python main.py.
  4. Position your camera towards the target and make sure it captures a good view.
  5. Wait for the birds to arrive and see the recordings saved in the ./videos/ folder.

More

The Bird Cam project is a Python script that can be used to record birds arriving at a feeding station on a balcony. The script uses OpenCV to capture the video and detect motion in the frame. When motion is detected, the script starts recording the video and saves it in the MP4 format. The recordings are saved in the ./videos/ folder with a timestamp as the filename.

The script can be easily modified to work with any camera that captures video. Furthermore it can also be used for other purposes, such as monitoring a room or keeping an eye on a pet.

About

Motion detection using OpenCV - This is a simple Python script for a action cam that records the birds arriving at a feeding station on my balcony. The script is like a security cam that records video when it detects movement. The recorded videos are saved in MP4 format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages