Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
CAMERAX VERSION (1.3.0-beta01)
ANDROID OS BUILD NUMBER: 13
DEVICE NAME: Samsung A035M & Emulator of API level 34
DESCRIPTION:
STEPS TO REPRODUCE:
1.Use the AndroidView interop Composable
2.On the function's factory block leave the PreviewView object as a result of the block
3.On the AndroidView modifier parameter use the Modifier fillmaxsize() or adjust the layout of the PreviewView using layoutParams, using MATCH_PARENT.
4.Assign a custom resolution to both Preview & ImageCapture use cases.
OBSERVED RESULTS:what is shown by the preview doesn't reflect what is captured, as it seems that the preview is zoomed in.
EXPECTED RESULTS:
get the same image on both preview and the captured image.