←back to thread

Raspberry Pi Car Speed Detector

(gregtinkers.wordpress.com)
187 points mhss | 3 comments | | HN request time: 0.649s | source
Show context
post_break ◴[] No.11715818[source]
I need a raspberry pi that can monitor parking spots so I know if I have a spot waiting for me when I get off of work. Of course I don't know how to code so it will probably never happen.

edit: I meant parking spaces outside of my apartment.

replies(2): >>11715921 #>>11716295 #
mandeepj ◴[] No.11715921[source]
You at least need a drone with camera for it. You would need to implement some object recognition on the images transmitted by the drone
replies(1): >>11715935 #
post_break ◴[] No.11715935[source]
Wut. The parking spaces are viewable by my apartment window.
replies(2): >>11715969 #>>11716111 #
lightbritefight ◴[] No.11715969[source]
Point a camera at the spots when unoccupied.Specify the spots exact coordinates to the camera. Set color as baseline. If the color changes by 50% or more, they are occupied. Send alert when all occupied, or when not all occupied.

Now, learn to code it.

replies(4): >>11715989 #>>11716002 #>>11717052 #>>11717274 #
Pxtl ◴[] No.11716002[source]
The challenge, of course, is snow.
replies(1): >>11716093 #
1. khedoros ◴[] No.11716093[source]
Also: clouds, nighttime, people walking across the lot, and any other color changes that aren't related to other vehicles being parked in the spots.
replies(1): >>11716345 #
2. TheOtherHobbes ◴[] No.11716345[source]
Plug in a webcam, and upload a photo to a server every minute or so. Or put the Pi online.

Humans are still better at parking spot recognition than $35 hardware.

Of course you'll need a camera with a time machine so you know the spot will be free when you arrive, and not just when you set out.

replies(1): >>11717015 #
3. post_break ◴[] No.11717015[source]
IFTTT api to create geo fence on my route home to poll the Pi "are there spaces left?" with an email or response yes or no with a photo at the current time.