←back to thread

261 points david927 | 2 comments | | HN request time: 0s | source

What are you working on? Any new ideas that you're thinking about?
Show context
mavamaarten ◴[] No.43156614[source]
I live next to a school, so there's a low speed limit (30 km/h). Still, people drive like race drivers and the city hasn't ever responded to the residents' hopes of introducing a speed camera.

I wanted to have some data on how many people speed, the max speed recorded, that sort of thing. Things the city should be doing after many complaints of dangerous driving and people being almost killed on zebra crossings.

I have a doorbell camera, and by analysing the footage using OpenCV and some code, I can track how fast people drive if you see how fast they move between two known points.

Average speed: 46 km/h :(

replies(15): >>43156678 #>>43156717 #>>43156745 #>>43156800 #>>43156829 #>>43157069 #>>43157443 #>>43157490 #>>43157491 #>>43157679 #>>43157849 #>>43157953 #>>43159077 #>>43159845 #>>43162553 #
1. kmmndr ◴[] No.43159077[source]
This is very interesting. I had the same need a few weeks ago, which resulted in a tiny Golang/OpenCV project (https://github.com/kmmndr/motion-speed). In my use case, we even had champions beating 60 km/h, three times allowed speed
replies(1): >>43160135 #
2. brikym ◴[] No.43160135[source]
It's always interesting when you find out others are doing some obscure idea. Last year I was scraping supermarket data from a small country and I ended up setting up a discord with a half dozen of us sharing tips.