Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meqdaddev/txt-qr-reader-covid19
QR Code Reader for COVID-19 using a robot powered by Fischertechnik TXT controller.
https://github.com/meqdaddev/txt-qr-reader-covid19
computer-vision image-processing opencv-python qrcode robot robotics
Last synced: about 11 hours ago
JSON representation
QR Code Reader for COVID-19 using a robot powered by Fischertechnik TXT controller.
- Host: GitHub
- URL: https://github.com/meqdaddev/txt-qr-reader-covid19
- Owner: MeqdadDev
- License: mit
- Created: 2021-02-17T13:17:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T13:39:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T19:44:49.670Z (2 months ago)
- Topics: computer-vision, image-processing, opencv-python, qrcode, robot, robotics
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Reader for COVID-19
Using a robot powered by Fischertechnik TXT controller.A Python code for Fischertechnik TXT robot with Camera.
The robot will capture an image for QR Code label, and it'll decode it using OpenCV library.
After decoding the QR Code label, it will pronounce the result using [gTTS](https://gtts.readthedocs.io/en/latest/) library in Python.
QR Code labels are generated depending on a two results:
1. **infected** (Its used with COVID-19 infected people)
2. **healthy** (Its used with healthy people)I used [ftrobopy](https://github.com/ftrobopy/ftrobopy) to connect and control TXT Controller, and the used robot was built using [Robotics Competition Set](https://www.fischertechnik.de/en/products/teaching/stem-robotics/519143-robotics-competition-set) kit from Fischertechnik.
Attached, the test samples of QR labels that are captured by the TXT Camera in the robot. Also, the audio file for a result while testing.
Follow me on [Twitter](https://twitter.com/MeqdadDev), [LinkedIn](https://www.linkedin.com/in/meqdad-darwish/)