camera_camera
camera_camera copied to clipboard
Hi! Maybe not a issue, more lack of knowledge :) I am new to flutter and following the samplecode. When I have used the camera and reload I get "FlutterError...
Please add changeable frame ratio like 1:1, 4:3, 16:9, 18:9. Current ratio is fixed at 4:3. This is creating problem in preview. Preview Widget is getting stretched to match the...
I would like to enable the front camera first, but also be able to switch to the rear camera. How do I set it up this way? ``` late File...
Any plan about customize capture, zoom, flash button customization support?
i used camera_camera: ^2.0.2 on my source. flutter doctor: ` [✓] Flutter (Channel stable, 2.0.3, on Mac OS X 10.15 19A583 darwin-x64, locale en) [✓] Android toolchain - develop for...
can I use your camera package on Windows Mac Linux web
there is no more mode property in CameraCamera() what's the new one for this? i wish to use mode for full screen and normal
Is there any possibility to set image quality default to ResolutionPreset.max as well as will be modified from the constructor parameter like this.mode, this.orientationEnablePhoto, etc?
I see: ``` CameraCamera CameraCamera({Key? key, ResolutionPreset resolutionPreset = ResolutionPreset.ultraHigh, required void Function(File) onFile, CameraSide cameraSide = CameraSide.all, List flashModes = FlashMode.values, bool enableZoom = true}) ```