Skip to content

MatthewC221/IoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT

Edge computing for Computer Vision

The Controller is the control-point for performing recognition objectives and sending the output to the transmission unit.

To run the modules individually, see the following subdirectories.

  • /app for web-application
  • /transmission_unit for transmission unit
  • /vision for vision unit
usage: Controller.py [-h] [--detectDelay DETECTDELAY]
                     [--transmitDelay TRANSMITDELAY] [--target TARGET]
                     [--camIndex CAMINDEX] [--showTargets] [--log]
                     [--threshold THRESHOLD] 
                     [--transmissionFile TRANSMISSIONFILE]

Example: Performing recognition every 2.5 seconds, transmitting the recognition results every 50.0 seconds using a transmission file ./path/to/sender

python Controller.py --detectDelay=2.5 --transmissionDelay=50.0 
--transmissionFile=./path/to/sender