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
Hi there, I'm trying to implement a custom UI with CamerAwesome.
What I'm trying to do:
When a button is tapped, I want to shrink the preview widget to 1/3 of its height. I accomplished this by using AnimatedSize. Im using "CameraPreviewFit.cover" or "CameraPreviewFit.fitWidth" because in other scenarios there is blank spaces on right and left sides depending on the horizontal alignment.
In short: I just want to crop and show the middle footage on my preview
My problem is:
When the widget shrinks, it always show me the top side of the camera footage.
My goal is:
When the widget shrinks, it must show the middle of the camera footage.
Im sharing some screenshots below in order to address my issue more clearly.
Any help is much appreciated, thanks.
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to implement a custom UI with CamerAwesome.
What I'm trying to do:
When a button is tapped, I want to shrink the preview widget to 1/3 of its height. I accomplished this by using AnimatedSize. Im using "CameraPreviewFit.cover" or "CameraPreviewFit.fitWidth" because in other scenarios there is blank spaces on right and left sides depending on the horizontal alignment.
In short: I just want to crop and show the middle footage on my preview
My problem is:
When the widget shrinks, it always show me the top side of the camera footage.
My goal is:
When the widget shrinks, it must show the middle of the camera footage.
Im sharing some screenshots below in order to address my issue more clearly.
Any help is much appreciated, thanks.
The text was updated successfully, but these errors were encountered: