ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

Get image to process #13

Closed xellDart closed 3 years ago

xellDart commented 4 years ago

On official camera plugin, I can get all frames by await _controller.startImageStream((CameraImage image) and process image like this FirebaseVisionImage.fromBytes( _concatenatePlanes(image.planes), _buildMetaData(image, _rotationIntToImageRotation(imageRotation)), )

How I can do this with adv_camera?

ricnaaru commented 4 years ago

im not planning to do this any sooner, because i dont really need this, probably you can fork this and try to create it yourself. giving that the official Flutter Camera has done it, i think it will be quite easy to move their piece of code here :)