camera_camera
camera_camera copied to clipboard
Hi, I propose to add an AspectRatio to the preview widget so the image is not distorted anymore. the ratio is computed using camera ratio. What do you think ?
Using this as an embedded widget in a screen where user points around takes a picture and at the bottom is a submit button. If anything causes the widget to...
When i rotate the phone from portrait to Landscape, the Preview rotates wrong. Portrait is correct, landscape shows wrong rotated preview.  
Hope your camera project support Windows platform.
i have set camera side to front but the camera show my back camera. when i set cameraSide: CameraSide.back, the camera show my front camera (selfi camera), and change side...
Camera crashes when rotating device
I wanted to add taken-photo to List with setState(), but I couldn't success. Did anyone solve this problem?
Just need a try, catch block in takePhoto method of CameraCameraController to solve this. ``` void takePhoto() async { try { final file = await _controller.takePicture(); onPath(file.path); } catch (e)...
so user can switch between video and camera easily.