New stuff not sure if it’s working
But we’re about to find out
Allegan County, Michigan
But we’re about to find out
For generations, residents and visitors along Lake Michigan’s storied shoreline have gathered at the water’s edge, craning their necks and crossing their fingers, wondering if tonight’s sunset would erupt into glory or fade into mediocrity – in human terms, will it slap, or flop? At long last, that restless guesswork is over. Scootercam.net, the irreverent … Read more
All processing is backend: Week-Ahead widget With this version: No front-end data processing! All Processing is done every 2 minutes in the background; small json files deliver the 20 or so datapoints. This is a huge efficiency gain all but invisible to the user. A new widget shows the next 7 days’ icons, expected conditions, … Read more
A ton of data is collected, sifted, and sorted for Scootercam, and in fact very little of that data ever gets to the screen. Some of that is due to how the data is packaged by weather data mega-store Visual Crossing. A lot involves how and where I manage the data once it is received. … Read more
it’s not “live,” exactly, but this system captures video and audio for Scootercam Reolink On-Demand Video Capture A Python script for capturing 10-second live video clips with audio from Reolink IP cameras. Designed for on-demand use cases like motion detection triggers, security alerts, or manual surveillance recording. Overview This script connects to a Reolink camera … Read more
Dual Camera Timelapse System An automated timelapse capture system for Amcrest and Reolink IP cameras running on Raspberry Pi. Captures images from both cameras simultaneously, processes them into MP4 videos, and uploads to an FTP server. Features Hardware Requirements Software Dependencies Installation Configuration Camera Settings Edit the script and update these variables with your camera … Read more
Every five minutes, the Raspberry Pi system at the lake sends a short timelapse segment to Scootercam’s webserver. Here’s what happens next. Security-Hardened Timelapse System A PHP-based timelapse video management system that receives video segments from cameras and combines them into daily period videos with automatic 8-hour rotation and comprehensive security controls. Overview This system … Read more
This automated camera system creates smooth time-lapse videos showing the passage of time throughout each day and night. How It Works Two security cameras continuously capture still photos every 15 seconds. These images are automatically assembled into fast-motion videos that compress hours of real time into just minutes of viewing. Daily Video Collection Each day … Read more
Automated Timelapse System A distributed timelapse video system using Raspberry Pi capture nodes and centralized video processing. Produces continuous daily timelapse videos from multiple camera angles with automatic golden hour detection. Features System Architecture Raspberry Pi (Capture Node) Server (Processing Node) Requirements Raspberry Pi Server Installation Raspberry Pi Setup Server Setup Configuration config.py (Raspberry Pi) … Read more