Possible Duplicate:
Google goggles API
According to Google, Goggles now supports barcode scanning via intents.
So how would I launch this intent?
Apart from it being mentioned on the app store site there’s no info whatsoever 🙁
Am I missing something trivial here?
There are a number of ways, according to the Goggles manifest.
The app listens for the following intent:
This is the code you’re looking for, which is basically the same information provided by ZXing.
As an aside, you can also use a VIEW intent with path
http://www.google.com/m/products/scanthough this will offer both the browser and Goggles as handlers for the uri. This webpage actually recommends installing zxing’s barcode scanner rather than Google Goggles.