←back to thread

Raspberry Pi Car Speed Detector

(gregtinkers.wordpress.com)
187 points mhss | 2 comments | | HN request time: 0.954s | source
Show context
rubyfan ◴[] No.11716752[source]
I wonder if one could figure out other vehicle speeds from a dashboard camera. His method looks like it assumes a stationary view.
replies(2): >>11717265 #>>11718195 #
1. fudged71 ◴[] No.11718195[source]
If you had an OBDII adapter and a camera this should be possible! I'm not sure if there is OBDII communication code for RPI, though
replies(1): >>11719253 #
2. Sanddancer ◴[] No.11719253[source]
There is. There are obd boards that use the standard uarts, and dongles that use bluetooth that you can read from the pi. Here's one guy's project on it. http://fabcirablog.weebly.com/blog/reading-a-cars-obdii-port...