June 22nd, 2024

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 articleLink Icon
Pi Gazing is a project to build meteor cameras using Raspberry Pi

Pi 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

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

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

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

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

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.

Link Icon 9 comments
By @pjsg - 4 months
Unclear what the relationship is with the Global Meteor Network (https://globalmeteornetwork.org/) that has people build meteor cameras, often based on RPis, and then contribute the data so that meteor orbits can be determined.

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.

By @Paddywack - 4 months
I wonder if SpaceX could put cameras on the far side of the Starlink satellites to make a network gazing outwards. To help compensate for the frustration they are causing astronomers…
By @redundantly - 4 months
I wonder how long the sensors on those cameras can survive being pointed up at the sky like that. Surely the image quality would deteriorate over time as the sun destroys the sensor until it eventually stops working.
By @jimbobthrowawy - 4 months
It's great to see these distributed data gathering projects actually be popular and succeed in their plan.

There's one for tracking lightning strikes globally too: www.blitzortung.org

By @rapjr9 - 4 months
Looked through the Github files and I don't see anything that describes the hardware. This web page shows a picture of the insides of the camera housing (click "Next" once to see the picture):

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?

By @dr_kiszonka - 4 months
Oh, they even have UFOs! https://pigazing.dcford.org.uk/moving_obj.php?id=20220114_20...

(BTW, nice overlays below the video player and a neat project overall.)

By @tonetegeatinst - 4 months
Could this be used to track sattelites of space debris?

You might need to be imaging in a different wavelength....I'm unsure how this would be done.

By @captaincrowbar - 4 months
I'm disappointed that they passed up the opportunity to call the project Stargazy Pi (https://en.wikipedia.org/wiki/Stargazy_pie)
By @peddling-brink - 4 months
I was hoping this was a diy type of project. I’d love to contribute to something like this.