android - zxing barcode is not decoding in portrait mode -


i using zxing src , resource android application. enter image description here

it reading qr code not barcode in portrait mode working fine in landscape mode . problem .. have idea.

the original zxing scanning mode in landscape requirement in portrait mode changed landscape design in portrait.

<activity android:name="com.google.zxing.client.android.captureactivity"  android:screenorientation="landscape" android:configchanges="orientation|keyboardhidden" android:theme="@android:style/theme.notitlebar.fullscreen" android:windowsoftinputmode="statealwayshidden"> 

above given manifest content.

i'm developer of barcode scanner. yes, takes lot more make scan in portrait mode. have "rotate" image data, , account orientation of device, default orientation, , sensor's orientation.

barcode scanner+ scans in portrait mode, , can integrate via intent in same way integrate barcode scanner. (however it's for-pay app.)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -