Relative Content

Tag Archive for androidflutterimage-processingcomputer-visionandroid-camera

How to adjust flutter camera aspect ratio being compressed for Facial recognition

I’ve created an app in flutter that can do facial recognition on someone using tensorflow. The app opens up the camera and checks for faces that are stored in the database or checks for faces and allows the user to add the face to the database, hence remembering it for next time. The facial detection works fine but the issue I’m having is with the camera and its aspect ratio. The camera seems unreasonably stretched out and it causes the box to be drawn to the left of the face on a real android camera.