Skip to content

Camera Package Issues #29500

@Pianisimo

Description

@Pianisimo

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.

  1. Every photo I take has the same resolution with the three different resolution presets.
    _cameraController = CameraController(cameraDescription, ResolutionPreset.high);
  2. The PreviewWidget shows incorrect orientation when I switch to landscape mode.
  3. When trying to correct the orientation by rotating the widget manually I am missing information since
    the _cameraController.description.sensorOrientation always 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.description could change but, the values of 90 and 270 seems constant values to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    p: cameraThe camera pluginpackageflutter/packages repository. See also p: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions