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
- Dice value readout using Arduino AVR (22-09-2009) [@News]
- PC monitor radiation measurement (15-02-2006) [@Schematics/Everything else]
- Reproduction and sound recording using PIC (18-05-2004) [@Schematics/Audio devices]
- Temperature measurement with NTC (21-03-2004) [@Schematics/Everything else]
- WiFi enabled Nixie clock using ESP8266 (21-09-2015) [@News]
- Liquid level measurement (in a glass) (10-12-2008) [@News]
- Using LED as light sensor (12-06-2009) [@News]
- Heat detector using NE555 and diode (29-01-2006) [@Schematics/Everything else]
- LRF - laser range finder using web camera (09-12-2008) [@News]
- Triac regulation using PIC microcontroller (16-09-2009) [@News]
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.