dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

The preview is a bit distorted #183

Open Elip-kio opened 4 years ago

Elip-kio commented 4 years ago

Is there any solution? My xml file is follow:


<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <com.dlazaro66.qrcodereaderview.QRCodeReaderView
        android:id="@+id/qrReader"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>