We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To click the image with the camera directly shown in the camera
Image coming in square
My camera Configurations <com.otaliastudios.cameraview.CameraView android:id="@+id/camera" android:keepScreenOn="true" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cameraFacing="back" app:cameraFlash="off" app:cameraGrid="draw3x3" app:cameraCropOutput="true" app:cameraPictureSizeMaxHeight="50000" app:cameraPictureSizeMaxWidth="10000" app:cameraJpegQuality="100" app:cameraVideoQuality="highest" app:cameraWhiteBalance="auto" app:cameraHdr="on" />
<com.otaliastudios.cameraview.CameraView android:id="@+id/camera" android:keepScreenOn="true" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cameraFacing="back" app:cameraFlash="off" app:cameraGrid="draw3x3" app:cameraCropOutput="true" app:cameraPictureSizeMaxHeight="50000" app:cameraPictureSizeMaxWidth="10000" app:cameraJpegQuality="100" app:cameraVideoQuality="highest" app:cameraWhiteBalance="auto" app:cameraHdr="on" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior:
To click the image with the camera directly shown in the camera
Actual behavior:
Image coming in square
Interesting logs:
My camera Configurations
<com.otaliastudios.cameraview.CameraView
android:id="@+id/camera"
android:keepScreenOn="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cameraFacing="back"
app:cameraFlash="off"
app:cameraGrid="draw3x3"
app:cameraCropOutput="true"
app:cameraPictureSizeMaxHeight="50000"
app:cameraPictureSizeMaxWidth="10000"
app:cameraJpegQuality="100"
app:cameraVideoQuality="highest"
app:cameraWhiteBalance="auto"
app:cameraHdr="on" />
The text was updated successfully, but these errors were encountered: