←back to thread

1901 points l2silver | 9 comments | | HN request time: 0.708s | source | bottom

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. bombcar ◴[] No.35744731[source]
This is close to what I've always wanted to build; a camera watching the road next to me that records the speed of the vehicle traveling by. I should have everything needed from a simple camera setup, but I've not bothered actually doing it.

Since you have speed, I should dig into this.

replies(5): >>35745202 #>>35746206 #>>35747621 #>>35753942 #>>35760517 #
2. hyeomans ◴[] No.35745202[source]
Same here, I have a Pi 3 but I want to have this outside in the balcony, the question that always stops me is how to power it and what camera do I meed?
replies(1): >>35746033 #
3. bombcar ◴[] No.35746033[source]
My plan was to stick the Pi inside, and power both it and the camera with Power over Ethernet (external-rated PoE cameras are a dime-a-dozen on Alibaba and friends).

I even got so far as to get it working with Zoneminder to dump out the clips that had motion, but didn't get further.

4. password4321 ◴[] No.35746206[source]
https://news.ycombinator.com/item?id=11714207
5. robodan ◴[] No.35747621[source]
I wanted that with noise levels. I'm so very tired of hearing illegally modified exhausts. It seems like an I2S mic would give calibrated levels.
6. Tempest1981 ◴[] No.35753942[source]
Could you show average speed vs car manufacturer? Or vs car type (compact, European luxury, minivan, truck). I've always wondered if this is correlated.
replies(1): >>35756800 #
7. bombcar ◴[] No.35756800[source]
Would be interest; perhaps the red ones ARE faster.
replies(1): >>35757535 #
8. oever ◴[] No.35757535{3}[source]
The short ones are fastest.
9. dharisd ◴[] No.35760517[source]
I actually have done something similar to this, since I had pretty clear view of the road infront and had my old android phone laying around,

Used to yolov5 to detect vehicles and deepsort to track them, also got a rough estimate for the speed of the pass

heres the two part blog i wrote about it

https://dharisd.github.io/posts/vehicle-monitor/

https://dharisd.github.io/posts/vehicle-monitor-part-two/