android - zxing barcode is not decoding in portrait mode -
i using zxing src , resource android application.
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
Post a Comment