Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android. Howto read Aztec Codes from within my App? [closed]

I would like to embed an Aztec Code reader into my app. I need control over the GUI to

  • place some buttons around the camera view, while reading the code
  • to be able to switch the camera on / off (to save the battery)

What I found was

  • ZXing - which is not reliable yet.
  • Apps with an own SDK like neoreader, which do not give me the control over my GUI.

Is there a solution for that problem? Maybe som libs? Proprietary libs?

enter image description here

like image 654
Skip Avatar asked Nov 12 '22 02:11

Skip


1 Answers

I found a proprietary lib from manateeworks.com They do offer a lib, which can be used to decode Aztec Codes

like image 132
Skip Avatar answered Nov 15 '22 13:11

Skip