Flutter Camera Impacts the performance and quality
I am working in the flutter application and I have the functionality of the camera in my app. I am using camera plugin but it is not up to the mark. camera plugin impacts the performance of my app. also the image quality is not good. even though I am using the high quality resolution.
Flutter Camera – how to know which camera is 0.5x or ultra wide?
I’m trying to create a feature where the user can switch to 0.5x mode but it’s almost impossible to tell which camera is the ultrawide one. When I print out the list of available cameras, I see this:
[CameraDescription(com.apple.avfoundation.avcapturedevice.built-in_video:0, CameraLensDirection.back, 90), CameraDescription(com.apple.avfoundation.avcapturedevice.built-in_video:1, CameraLensDirection.front, 90), CameraDescription(com.apple.avfoundation.avcapturedevice.built-in_video:2, CameraLensDirection.back, 90), CameraDescription(com.apple.avfoundation.avcapturedevice.built-in_video:5, CameraLensDirection.back, 90)]