语言

Menu
Sites
Language
Qr Code Recogniser

Hi All,

 Can anyone help me how to work with Qr Code generator and Recogniser in Samples in Native.

Only camera is showing i didn't find any other actions in that. 

 

Thanks&Regards

Rajyalakshmi

响应

6 回复
Alex Ashirov

Hi,

Unfortunately, I can't check the Qr Code Recognizer because I don't have real device with camera right now. But the Qr Code Generator works ok on simulator. To use it you just need to select “URL” from initial menu, input any url you want and press Generate button, then Qr code will be generated and shown.

Alex Ashirov

Please find detailed description how to use the applications here:

https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/sample_descriptions/qrcoderecognizer.htm

https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/sample_descriptions/qrcodegenerator.htm

y Rajyalakshmi

Hi Alex,

 Thanks for your great response. Qr code is Recognising it is working fine.

Actually I would like to work for barcode reading. Is it possible to recognise a bar code value in native app.

 

Thanks

Rajyalakshmi

 

Alex Dem

Hi
Qr Code Recognizer example recognises only Qr codes but does not barcodes. I have checked on M0 device with 2.2.1.
I suppose for bar code support you ll need to implement algoritm in Native app.
Alexey.

y Rajyalakshmi

Hi Alex,

Any Idea to implement that Algorithm. can you give some sample related algorithms and sample code.

Thanks

Rajyalakshmi

Alex Dem

Hi,
I just found  javascript solution only for 1D Barcode Scanner:
https://developer.tizen.org/documentation/articles/barcode-generator-and-scanner
If I'll face with any useful info I'll inform you.
Alexey.