Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.88 KB

OpenCV Bicycle Counter #mz-bicycle-commuter

#MakeZurich - Civic tech and LoRaWAN hackathon for a better city

About the "Bicycle commuter"-Challenge

"Dive into the pulse of the city and track/map/visualize bicycle commuters using low cost sensors and open data to calibrate your measurements."

About OpenCV Bicycle Counter

The project has three major parts.

  • The detector: A C++ program which detects and tracks the bicycles and writes the count to a files.
  • The transmitter: A bash script, which runs as Crontab and which uploads the data to the TTN.
  • The client application: A website, which shows the counts an updates itself when a new count arrives.

This is just a prototype. While it runs ok on a laptop, it really struggles on a Raspberry Pi 3.

The prototype:

The web client:

Licence