Skip to content

run-time-terror/tms-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMS Pi

Traffic monitoring system Pi (client) module.

Usage

set up env using virtualenv

virtualenv .env

source .env/Scripts/activate

install requirements

pip install -r requirements.txt

run client module

python client.py

Todo

  • [Sazzat] complete assigned tasks in main function of detect.py
  • [Sazzat] instead of saving the captured image using fswebcam, find a module to capture image and hold that into memory. then pass it to the send_reqest after applying encode_image
  • [Sazzat] convert the speed in detect.py from cm/s to km/h
  • [Sazzat] define the speed limit
  • [Farhim] implement encode_image & send_reqest in utility.py

About

traffic monitoring system Raspberry Pi (client) module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published