TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What’s Destroying My Yard? Pest Detection with Raspberry Pi

56 pointsby makaimcover 3 years ago

9 comments

zxcvgmover 3 years ago
This reminds me of Matthias Wandel, who also loves using the Raspberry Pi camera to monitor everything, including rodents [0], shooting squirrels [1], and keeping a heater aimed at him [2].<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dytn2LypY_c" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dytn2LypY_c</a><p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=y9OcHxiUNMA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=y9OcHxiUNMA</a><p>[2] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=6kK3xF1REHo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=6kK3xF1REHo</a>
ortusduxover 3 years ago
I&#x27;m working on a system for the deer that jump my fence and eat everything. Current plan is a servo to unlock the dog door, an audible ding to alert the dog, and a treat dispenser that releases a treat once the deer is gone. The treat would be in the house, and retrieving it would relock the door. I will just have to make sure to turn it off during rut!
GhettoComputersover 3 years ago
I&#x27;ve always been facinated by the usage of the Pi. I think of the methods used when you have a pi, versus not having one. It looks like a fun project if you have all the parts, but I don&#x27;t so I thought of this alternative!<p>A method I thought of was just a camera that will utilize yolo3 <a href="https:&#x2F;&#x2F;github.com&#x2F;experiencor&#x2F;keras-yolo3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;experiencor&#x2F;keras-yolo3</a> or just an always on security camera that you can just skip through the video to see all the activity with less setup, and seeing what animals cause issues. The jetson for faster &#x27;edgey&#x27; visual ML models might be an option for those who want a stronger NPU, but using online GPU&#x2F;NPU tokens and GPUs on computers if you don&#x27;t need live feedback is very effective.
Asposover 3 years ago
Why use motion detection sensor if you already have a camera?<p>sudo apt-get install motion<p>Raspberry PI is powerful enough to do object detection offline, in real time. So you don&#x27;t really need to detect any motion, just detect the animals in the video feed 24x7
评论 #28722304 未加载
mason55over 3 years ago
I have the same problem, was hoping the end would tell me what to do once I discover that it is actually moles.<p>I’m finishing setting up a rig with Frigate for object detection but one thing it lacks is many common animals (although if a zebra ever shows up in my yard…). Maybe as a weekend project I’ll figure out a way to integrate MegaDetector.
评论 #28721385 未加载
评论 #28718894 未加载
gandalfianover 3 years ago
Attaching a motion sensor and a camera to a rasberry pi is a little hey ho. But the Microsoft megadetector machine learning software to distinguish between motion by an animal rather than say a leaf is quite interesting. No doubt soon to be wrapped in an app for the rest of us...
pvaldesover 3 years ago
&gt; one of two animals in the world known to smell underwater<p>I hate being that person but... in fact all fishes and most aquatic invertebrates are able to smell underwater. Sharks can smell and track ridiculously small amounts of blood in water.<p>That said the project is simply brilliant
mensetmanusmanover 3 years ago
CV+low cost high powered lasers from the semiconductor supply chain is going to have fascinating consequences in the coming decades…
dekhnover 3 years ago
I did this and found rats and raccoons digging in my yard for grubs.