You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
错误日志:
java.lang.IllegalArgumentException: Crop rectangle does not fit within image data.
at com.google.zxing.PlanarYUVLuminanceSource.(PlanarYUVLuminanceSource.java:50)
at com.mylhyl.zxing.scanner.camera.CameraManager.buildLuminanceSource(CameraManager.java:374)
at com.mylhyl.zxing.scanner.decode.DecodeHandler.decode(DecodeHandler.java:95)
at com.mylhyl.zxing.scanner.decode.DecodeHandler.handleMessage(DecodeHandler.java:62)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at com.mylhyl.zxing.scanner.decode.DecodeThread.run(DecodeThread.java:107)
The text was updated successfully, but these errors were encountered:
错误日志:
java.lang.IllegalArgumentException: Crop rectangle does not fit within image data.
at com.google.zxing.PlanarYUVLuminanceSource.(PlanarYUVLuminanceSource.java:50)
at com.mylhyl.zxing.scanner.camera.CameraManager.buildLuminanceSource(CameraManager.java:374)
at com.mylhyl.zxing.scanner.decode.DecodeHandler.decode(DecodeHandler.java:95)
at com.mylhyl.zxing.scanner.decode.DecodeHandler.handleMessage(DecodeHandler.java:62)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at com.mylhyl.zxing.scanner.decode.DecodeThread.run(DecodeThread.java:107)
The text was updated successfully, but these errors were encountered: