JUN1
Speed measurement using webcam
If you ever wanted to know the speed of moving vehicles in your neighborhood, well, now there is a cheap and simple solution to find that out. It turns out that it is enough to point your webcam to the street and start the appropriate software!
In order to measure the speed we need two parameters: time and distance traveled. Here we have a solution that uses web camera and Python script to figure out both of those parameters by finding difference in pixels of consequent images and calculate the speed of moving object that is detected as moving.
Be sure to read the entire article on the next page and to take look at the Python script that does the job!
[ Source: John - More Fun Science ]
similar content
- WiFi enabled Nixie clock using ESP8266 (21-09-2015) [@News]
- Dice value readout using Arduino AVR (22-09-2009) [@News]
- Power measurement mW-dBm (09-03-2004) [@Documents]
- Liquid level measurement (in a glass) (10-12-2008) [@News]
- PC monitor radiation measurement (15-02-2006) [@Schematics/Everything else]
- POV speedometer for bicycle (01-12-2008) [@News]
- Warm Tube Clock v2 in Housing - User pictures (14-09-2011) [@News]
- Reproduction and sound recording using PIC (18-05-2004) [@Schematics/Audio devices]
- GPS tracker using two-way radios (26-02-2009) [@News]
- Temperature measurement with NTC (21-03-2004) [@Schematics/Everything else]
add comment
Please log-in!
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.