camera_camera
camera_camera copied to clipboard
i got this error when open the camera using ipad, it is working fine on iphone and android include tablet android ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Bad state: No element #0...
Must remove cameraSide different from the one passed to CameraCamera() ``` CameraCamera( cameraSide: CameraSide.back, onFile: (file) { photos.add(file); Navigator.pop(context); setState(() {}); }, ), ```
Even though I change the ResolutionPreset, the resolution does not change. Each recorded image is 8mp in size...
Hello! I'm getting a big delay between the moment the button to take the pic is pressed and the onFile event is triggered (around 3-4 seconds). The apparent issue is...
Can there be a feature to preview the captured image first, and maybe then run the onFile method ?
 I'm not able to set this kind of overlay by this plugin. please guide me.
if you open system camera, and Zoom in and out,then return your app,you can find Zoom in and out function failure,just change the zoom text,but frame is not change
Fix camera preview scale and upgraded camera libs.