←back to thread

Raspberry Pi Car Speed Detector

(gregtinkers.wordpress.com)
187 points mhss | 1 comments | | HN request time: 0s | source
Show context
finnn ◴[] No.11714994[source]
"Linux Car Speed Detector" might be a more accurate description, since nothing about this seems to be specific raspberry pi hardware. Honestly, could just say "Car Speed Detector" since I'd imagine this would be pretty easy to replicate on other platforms and the OS isn't really part of it either.

Really cool project though. Now I want to start playing with OpenCV. I wish i had something more constructive to add :/

replies(6): >>11715278 #>>11715382 #>>11715503 #>>11715937 #>>11716065 #>>11718005 #
1. morganvachon ◴[] No.11716065[source]
Actually this project is pretty specific to the Pi and its camera, though it can of course be modded for other hardware.

"So it just happens that the horizontal distance covered by the Picamera’s image is roughly equal to the distance from the lens. If you are 10 feet from the lens, the image is about 10 feet across, 47 feet from the lens, about 47 feet across, and so on.

Of course, other cameras may have a different field of view and won’t have this easy to determine correspondence."