Pi Gazing is a project to build meteor cameras using Raspberry Pi
A project called Pi Gazing uses Raspberry Pi computers and CCTV cameras to monitor the night sky, tracking objects like shooting stars and satellites. Users can access open-source code and observations on GitHub.
Read original articlePi Gazing is a project utilizing Raspberry Pi computers connected to CCTV cameras to monitor the night sky. The system analyzes video feeds in real-time to track moving objects like shooting stars, satellites, and aircraft. Additionally, it captures long-exposure still photos to determine camera direction, calibrate lens distortions, and observe celestial movements and changes. The open-source program code and hardware designs are available on GitHub. Users can explore the archive of observations on the website, including recent sightings of satellites, planes, and other phenomena. The project offers a unique opportunity to observe the night sky and celestial events through a network of cameras.
Related
Show HN: Eidos – Offline alternative to Notion
The Eidos project on GitHub offers a personal data management framework as a Progressive Web App with AI features. Customizable with extensions and scripting, it leverages sqlite-wasm technology for chromium-based browsers.
Mip-Splatting: Alias-Free 3D Gaussian Splatting
The paper introduces Mip-Splatting, enhancing 3D Gaussian Splatting by addressing artifacts with a 3D smoothing filter and a 2D Mip filter, achieving alias-free renderings and improved image fidelity in 3D rendering applications.
I am using AI to drop hats outside my window onto New Yorkers
dropofahat.zone showcases a project by a New York City resident using AI to drop hats onto passersby from their window. Challenges include hat selection, window opening, and AI implementation. The goal is to redefine "Window Shopping."
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker
The author shares their positive experience using Claude 3.5 Sonnet to track screen time goals. Claude proved reliable, fast, and auditable, aiding in reducing screen time through visualizations and goal setting. Despite design flaws, Claude improved performance with accurate metrics and visualizations, benefiting the author's screen time tracking.
Homegrown Rendering with Rust
Embark Studios develops a creative platform for user-generated content, emphasizing gameplay over graphics. They leverage Rust for 3D rendering, introducing the experimental "kajiya" renderer for learning purposes. The team aims to simplify rendering for user-generated content, utilizing Vulkan API and Rust's versatility for GPU programming. They seek to enhance Rust's ecosystem for GPU programming.
This site: https://tammojan.github.io/meteormap/ shows the meteors detected over the last 24 hours. You can see that the UK is pretty well covered with cameras as are some parts of Europe. The US is rather sparser -- with only Arizona having good coverage.
Building a camera is fairly easy and is under $200 -- most of the parts can be ordered on Aliexpress.
There's one for tracking lightning strikes globally too: www.blitzortung.org
https://pigazing.dcford.org.uk/howitworks.php
The camera is a Watec 902H2 Ultimate, and the lense is one of these:
https://github.com/dcf21/pi-gazing/blob/master/configuration...
Probably the "Siemens 1/2" F1.2 4-12mm Varifocal Auto Iris C Mount CCTV Lens" since the AutoIris port on the camera is connected to the lense in the picture. The video capture is an Easier CAP USB capture device, like this:
https://www.ebay.com/itm/355668644499
https://www.aliexpress.com/item/32832474454.html
The Pi is a Raspberry Pi 4 Model B according to the text but the photo caption says it's a Pi Mk 3, maybe either will work. It has a Pi Hat adapter board on the top (POE plugs into it and it seems to have a relay that connects to the camera, maybe to control power to the camera). The camera outdoor housing is made by Genie, looks like a TPH-2000, no longer made, runs on 240V and has a heater:
https://www.citysecuritysystems.co.uk/genie-tph-2000-230v
In the picture, maybe that's the heater board underneath the camera?
(BTW, nice overlays below the video player and a neat project overall.)
You might need to be imaging in a different wavelength....I'm unsure how this would be done.
Related
Show HN: Eidos – Offline alternative to Notion
The Eidos project on GitHub offers a personal data management framework as a Progressive Web App with AI features. Customizable with extensions and scripting, it leverages sqlite-wasm technology for chromium-based browsers.
Mip-Splatting: Alias-Free 3D Gaussian Splatting
The paper introduces Mip-Splatting, enhancing 3D Gaussian Splatting by addressing artifacts with a 3D smoothing filter and a 2D Mip filter, achieving alias-free renderings and improved image fidelity in 3D rendering applications.
I am using AI to drop hats outside my window onto New Yorkers
dropofahat.zone showcases a project by a New York City resident using AI to drop hats onto passersby from their window. Challenges include hat selection, window opening, and AI implementation. The goal is to redefine "Window Shopping."
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker
The author shares their positive experience using Claude 3.5 Sonnet to track screen time goals. Claude proved reliable, fast, and auditable, aiding in reducing screen time through visualizations and goal setting. Despite design flaws, Claude improved performance with accurate metrics and visualizations, benefiting the author's screen time tracking.
Homegrown Rendering with Rust
Embark Studios develops a creative platform for user-generated content, emphasizing gameplay over graphics. They leverage Rust for 3D rendering, introducing the experimental "kajiya" renderer for learning purposes. The team aims to simplify rendering for user-generated content, utilizing Vulkan API and Rust's versatility for GPU programming. They seek to enhance Rust's ecosystem for GPU programming.