Menu

Public Pi backyard camera

Preface

This is a short talk / presentation I (a member of the MakerPlace) created for fellow Makers at the MakerPlace at the Midland Public Library. It describes a few ways to use the Raspberry Pi as a public backyard camera. That is, a fellow maker was interested in using a Raspberry Pi and webcam the maker owns in order to capture (and publish) video or snapshots of a bird feeder in their private backyard. I created this page as my suggestions, and other makers presented/will present theirs on Thursday, September 23 at the Midland Makers virtual meeting.

Software (capture)

Motion sensing

The “go-to” option for the Raspberry Pi is a small program known as ‘motion’.

Not covered

Timed snapshots

There are many options for creating timed snapshots, but this presentation won’t cover them due to time and space limitations.

Always streaming

The configuration below streams only 1 (one) frame per second until motion is detected, then it streams up to 30 fps. Other streaming options which are always at full framerate are available but not covered in this presentation.

Serving / streaming

Configuration & use

Note: Masking out an area

Privacy/legal notes