Read Barcode from mobile and show the product type
-
How can i create a mobile app to read and scan barcode from Android mobile camera and show the product type. The main issue here is how to focus on the barcode lines and capture their density.
Sahil Mahajan(eMM jAY)
-
How can i create a mobile app to read and scan barcode from Android mobile camera and show the product type. The main issue here is how to focus on the barcode lines and capture their density.
Sahil Mahajan(eMM jAY)
by developing the project. Serious, do some search on google, check some library projects and create an idea on how to achieve your goal. We can't develop a raw idea for you - unless you pay us well.
regards Torsten When I'm not working
-
by developing the project. Serious, do some search on google, check some library projects and create an idea on how to achieve your goal. We can't develop a raw idea for you - unless you pay us well.
regards Torsten When I'm not working
I have developed code for the project. but the problem i am facing is with how to focus the camera on barcode lines.
-
I have developed code for the project. but the problem i am facing is with how to focus the camera on barcode lines.
How to scan a barcode from another Android application via Intents[^] and here is an article that describes how to work with intents : http://android-developers.blogspot.de/2012/02/share-with-intents.html[^] That's how it's done. There is also a lib available that does the trick: ZXing ("Zebra Crossing")[^]
regards Torsten When I'm not working