Skip to content

Shrunken Image after Migrating TFLite packages #28

@mlopez0

Description

@mlopez0

Hi,

I recently migrated the TensorFlow lite packages to the lates version and I noticed this issue.

On the camera_view.dart

cameraController = CameraController(cameras[0], ResolutionPreset.low, enableAudio: false);

cameraController = CameraController(cameras[0], ResolutionPreset.medium, enableAudio: false);

cameraController = CameraController(cameras[0], ResolutionPreset.high, enableAudio: false);

The updated pubspec.yaml

  camera: ^0.8.1+3
  tflite_flutter: ^0.9.0
  tflite_flutter_helper: ^0.3.0
  image: ^3.0.8
  path_provider: ^2.0.1
  image_picker: ^0.7.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions