am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
507 stars 353 forks source link

why I can't get full screen of camera view ? #191

Open programmer-huda123 opened 2 years ago

programmer-huda123 commented 2 years ago

When I launch the app, the camera view appears in the upper half of the screen, not full screen.. how can I fixed it !?

tafaust commented 2 years ago

Provide the relevant code of your render method. I guess you took the code from https://github.com/am15h/object_detection_flutter? If yes, the answer is likely here:

Lastly, your question seems to be tflite unrelated.