QR code detection application with Flask API and Flutter
This application sends the image taken from the phone with Flutter to the Flask API, then the QR codes are detected and marked in the captured image, then this image is encoded with base64 and returned to the phone, finally this base64 encoded image is decoded and displayed on the phone screen.
Comments are closed.