-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
p: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
First thanks for reading, and sorry for not following the format.
I'm having three problems with the camera package testing on my pixel 2.
- Every photo I take has the same resolution with the three different resolution presets.
_cameraController = CameraController(cameraDescription, ResolutionPreset.high); - The PreviewWidget shows incorrect orientation when I switch to landscape mode.
- When trying to correct the orientation by rotating the widget manually I am missing information since
the_cameraController.description.sensorOrientationalways gives me a value of 90 when using the front facing camera, and a value of 270 when using the rear camera, this values are independent of the device orientation, I tried Disposing and/or initiating a new instance of the cameraController every time the_cameraController.descriptioncould change but, the values of 90 and 270 seems constant values to me.
keitoro, haamaanaa, deandreamatias, zs-dima, jpiabrantes and 1 more
Metadata
Metadata
Assignees
Labels
p: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.