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
I am using the barcode-reader as a sample for barcode reading with the Mobile Vision.
The problem is that in many devices, due to camera specs, the preview is not large enough to fill the hole screen, as in the screen below.
Is there anyway to make it full screen (match_parent)?
I tried to set layout parameters to the surfaceview in the CameraSourcePreview class, but it didn't work.
Do you have any other suggestion?