RHUL-Electronic-Engineering-Group / AR-Headset-IC-Identification

ARIC - A custom AR headset solution to display IC data on a heads-up using ESP32, Rasp Pi, MQTT and dual TFTs
GNU General Public License v3.0
2 stars 0 forks source link

chain each module together to have a full working system #34

Closed GeorgeSayles closed 1 year ago

GeorgeSayles commented 1 year ago

we have 4 main modules, image capture, OCR, python processing scripts, display output

we need to connect each of these modules together to complete the project

GeorgeSayles commented 1 year ago

we have confirmed that image capture works, OCR works (slowly, currently investigating faster solution), python scripts work, we have not tested LCD displays on the Pi yet

GeorgeSayles commented 1 year ago

we have sucessfully chained the first 3 stages together on the Pi, we will be working on the display further today