-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera preview is not takin the entire screen #41
Comments
@radsen kindly post the snippet used and possibly screenshot. |
Here is the image of how is looking This way I'm creating the fragment (Kotlin) and I'm placing that fragment in this layout inside container: <android.support.constraint.ConstraintLayout
</android.support.constraint.ConstraintLayout> |
And today I saw something new but I believe is coming from the GMV because with no QR in front is capturing values like these: 01-22 15:39:46.075 22561-23869/package D/Captured: 4121138737777 |
+1 |
Hi I just want to start saying how much I like this library and how helpful it's been to me.
Let's get down to business:
I'm attaching the barcodeCapture to my activity but the camera preview is showing an empty space the size of the actionBar and the statusBar combined at the bottom.
How can I make the camera preview full screen?
The text was updated successfully, but these errors were encountered: