Skip to content

Optimize for RPi

Kyle Anderson requested to merge diagnose-lag into master

Optimized the program for the raspberry pi. This included

  • Decreasing image width from 750 to 275 pixels in order for the slow pi to process images at a reasonable pace.
  • Add options to change the width to the functions that run the recognition.
  • Add options to change which camera is being used.

Merge request reports