Android Question Barcode and camera resolution

samperizal

Active Member
Licensed User
Longtime User
Greetings.

two questions.

1 - which is the minimum resolution camera to read barcodes
2 - How do I know the camera resolution ias

Thank you
 

DonManfred

Expert
Licensed User
Longtime User
2 - How do I know the camera resolution ias
What is ias?

If you mean the width and height... Use the cameraEx class. There is a method which returns all camerasizes your camera supports.
 
Upvote 0

samperizal

Active Member
Licensed User
Longtime User
Greetings.

The idea is to know what the resolution of the camera on the device and if it is not enough to read a bar code to disable this option .

Thank you
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I think more important is if it is AF or not!
I found it the hard way as my device is fixed focus so cannot "see" the barcodes
 
Upvote 0
Top