-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
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
WillianSalceda
Metadata
Metadata
Assignees
Labels
No labels