# \[ANDROID\] Is there a way to make a'QR CODE' reader?

**URL:** https://discourse.processing.org/t/android-is-there-a-way-to-make-aqr-code-reader/23870
**Category:** Processing for Android
**Created:** [September 15, 2020, 10:10am UTC](https://discourse.processing.org/t/android-is-there-a-way-to-make-aqr-code-reader/23870 "2020-09-15T10:10:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![GWAK](https://avatars.discourse-cdn.com/v4/letter/g/13edae/32.png) [@GWAK](https://discourse.processing.org/u/GWAK)
#### Post date: [September 15, 2020, 10:10am UTC](https://discourse.processing.org/t/android-is-there-a-way-to-make-aqr-code-reader/23870/1 "2020-09-15T10:10:03Z")

</div>

Is there a way to make a’QR CODE’ reader?

> **[zxing4processing - Processing Library - CAGE Web Design](http://cagewebdev.com/zxing4processing-processing-library/)**
>
> Salvatore Iaconesi and Rolf van Gelder created a Processing Library called ‘zxing4processing’. Processing is an open source programming language and environment for people who want to create images, animations, and interactions. The zxing4processing...

Through the above library, you can generate and analyze QR codes in’JAVA MODE’.

However, when you set’ANDROID MODE’,  
No processing due to’BufferedImage’.

Is there any good solution?

---

<div class="post-metadata">

### Author: ![GWAK](https://avatars.discourse-cdn.com/v4/letter/g/13edae/32.png) [@GWAK](https://discourse.processing.org/u/GWAK)
#### Post date: [September 16, 2020, 12:54am UTC](https://discourse.processing.org/t/android-is-there-a-way-to-make-aqr-code-reader/23870/2 "2020-09-16T00:54:44Z")

</div>

[![](https://img.youtube.com/vi/pWRfaHPJkvs/hqdefault.jpg "QR 코드 어플로 사진 찍고 서버로 전송") ](https://www.youtube.com/watch?v=pWRfaHPJkvs)

I can’t run it from within Android.  
I don’t know how to make it because there is no library.

So, I changed the method for now.

1. Smartphone camera ON
2. TOUCH-Camera OFF
3. Send photo data to server
4. QR code interpretation within the server
5. Sending ‘QR code text’ from the server to the smartphone

The best thing is to interpret it within the smartphone. If there is a good way, please share.
