camera_camera icon indicating copy to clipboard operation
camera_camera copied to clipboard

Results 37 camera_camera issues
Sort by recently updated
recently updated
newest added

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. ![flutter_01](https://user-images.githubusercontent.com/6248589/133385998-623070e2-6353-4d78-a001-495e65eafc3a.png) ![flutter_02](https://user-images.githubusercontent.com/6248589/133386008-bdab593b-5dd7-47f0-b928-60d45203181c.png)

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.