Top
Best
New

Posted by speckx 13 hours ago

I turned my security cameras into an automatic bird identification system(jasontucker.blog)
424 points | 102 commentspage 2
entrep 10 hours ago|
I just turned my PTZ security camera into a VAR booth for my kid. Lawn (soccer) / Driveway (Floorball) / End. Live view, step back 10s, slowmo, frame step, scrubbing.

GLM 5.3 helped to root my camera so I could get proper endpoints for PTZ and stream. Claude built the api and frontend, hosted on Home Assistant.

simenf 9 hours ago||
Cool project!

Inspired by AvianVisitors [1] I made a similar project [2] with an android app for bird detection using Perch, and then displays the birds detected during the last 24 hours with nice art on a samsung frame tv in "art mode".

If you dont want to repurpose an old android device, my app also supports bird detections from birdnet-go and birdweather. It should be plug and play with this project.

Have a look at [1] https://theodore.net/projects/AvianVisitors/ [2] https://github.com/simenf/birdframe

som 8 hours ago||
Thanks - this post reminded me to enter some sightings from yesterday into eBird (yes, another Cornell Lab birding app). A pair of rainbow bee eaters that I hadn't seen in the area before.

Came to say birdnet is fantastic but, at least in Australia, it regularly identifies calls with low probability (which are often wrong / skewed for location, but sometimes correct). Meaning you still need some wits about you. That said, it can correctly identify multiple birds in a single chorus which is cool. Just need to keep an eye out for those false positives.

doodlebugging 11 hours ago||
I noticed the linked blog mentions birds and bats. I thought bat chirps required higher sample rates than the microphones normally use. I have an Audiomoth and to set it up for bats you need to use the highest sample rate for proper ID.

I like this project. I have been using security cams around my place to keep track of animals meandering across the property. It's the best use for an outdoor solar-powered webcam if you ask me. You can get a feel for which animal to expect based on time of day or other characteristics. You also recognize those who regularly visit. I have a one-eyed raccoon that has been showing up for almost two years now. It's a female and the last time she visited the monitored fountain she had 5 rambunctious raccoonlets.

Neywiny 11 hours ago|
[dead]
taylorbuley 10 hours ago||
Xeno, you are my hero https://xeno-canto.org/
aerodexis 11 hours ago||
Been working on a similar project for doing animal behavioral analysis on cameras setup in a barn. I got YOLO running in real-time on several streams on a RTX4070. Managing the training data and doing DINO->YOLO distillation has me writing my own data management suite that I plan on OSing soon.

Core use-case : push a message every time my dog is eating my shoes.

kvam 11 hours ago||
Relevant: https://www.spoor.ai/
anticorporate 12 hours ago||
I'm thinking of making one of these for my wife as a holiday present: https://theodore.net/projects/AvianVisitors/

I like the idea of doing something with the timestamp of the recording, or highlighting new (or recently unheard) visitors.

KaiserPro 11 hours ago||
I have this too, I was looking to get more automated call recognition after we spotted a pheasant in my (suburban) back garden. I was going to buy a dedicated mike, but then realised that birdnet go works with any rtsp audio stream.

I do need to tune the false positives though.

arm32 12 hours ago|
Love this project, I did something similar. The next step is building a custom frontend for it that’s exactly how your wife wants!

https://alec.is/posts/building-a-solar-powered-bird-station/

bradly 12 hours ago||
Here is mine: https://birdymusic.com/

I'm also working on a little project that is a walnut frame with a waveshare eink display and esp32 that polls for latest detection and display the picture.

bix6 12 hours ago||
Wow kingfisher, lucky!
xattt 12 hours ago||
Has your observation record reached a steady state, or are you regularly seeing unusual species?
arm32 12 hours ago||
I’m at a very steady state now years into running a BirdNET-GO instance. Disclaimer: I’m a contributor to the project.

I’m a pretty unhinged sorta engineer, so I actually recently created a 24/7 weather TV channel that combines real-time bird alerts, weather radar, timelapses and a sky cam feed (just a UniFi camera mounted on my home’s roof PV).

https://www.youtube.com/live/sAC3o6KW2N0

Watchable from every TV in the house and shows the birds photo and name when it hears one. Whole thing is a single cursed FFMPEG command.

jasontucker 7 hours ago||
[dead]
More comments...