Charly's Birds
Charly's Column – Motion Detection
Charly ran a first-generation Rasp Pi for years in the birdhouse in his garden, but the Rasp Pi eventually fell foul of marauding wasps. Now Charly has replaced it with an RPi3 featuring a NoIR cam and motion detection.
After a swarm of wasps finished off the first-generation Raspberry Pi I had been using in a birdhouse in my garden for the past five years, I knew it was time for a replacement – after all, there have been some massive technical advances in the meantime.
Let's look at my hardware first, and I mean the birdhouse. For my purposes, it has to be one with two chambers: one for the technology, and the other for the birds. Carpentry workshops operated by the prisons in North Rhine-Westphalia, Germany, provide good quality birdhouses in several kinds of wood [1]. I chose the high-rise model in Figure 1, which has two chambers arranged one above the other.
A third generation Raspberry Pi with a Pi NoIR camera provides the livestream. As the name NoIR suggests, this is a model that can handle low light conditions, because it does not have an infrared filter. With a small infrared diode, which the birds do not notice, you have a perfect view of what is happening in the nesting chamber.
While I previously covered motion detection software in the December 2019 issue of Linux Magazine [2], I would like to introduce a software project that integrates all the necessary components and is very easy to install: the RPi Cam Web Interface [3].
As a base, you only need a recent Raspbian installation. You then call
sudo raspi-config
and enable the camera interface there. Next, clone the software with the following command:
$ git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface
In the newly created directory, call
sudo ./install.sh
sudo
is required here, because the installation program has to install additional packages. During the installation, you can influence several parameters. Since the programmer chose sensible default settings, they don't really need to be changed unless you have low-performance hardware, such as a Pi Zero. In that case, you will want to replace the resource-hungry Apache web server with the more frugal lighttpd.
After a reboot, the livestream waits for me to access it on the Raspberry Pi's IP address (Figure 2). At the push of a button (motion detection start), I launched the motion detection setup. Let's hope that there is no swarm of wasps to spoil the fun this time.
Infos
- Birdhouses: https://www.knastladen.de/Artikelauswahl/Garten-Freizeit/Vogelhaeuser/ [In German]
- "Charly's Column – ntpd" by Charly Kühnast, Linux Magazine, issue 229, December 2019, p. 45
- RPi Cam Web Interface: https://github.com/silvanmelchior/RPi_Cam_Web_Interface
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.