brendan-duncan / image

Dart Image Library for opening, manipulating, and saving various different image file formats.
MIT License
1.17k stars 265 forks source link

Can this package process the camera's output in real time? #643

Closed llli0v0 closed 5 months ago

llli0v0 commented 5 months ago

I'm using this package: https://pub.dev/packages/camera I want to process the camera's output in real time. Is there any way to achieve this?❤️

brendan-duncan commented 5 months ago

I don't know that package, but other people have been using the library to process camera images in Flutter. You'll need to get the bytes of the image data from the camera image. Sorry I can't help more on that, I don't know much about Flutter.

llli0v0 commented 5 months ago

Thank you❤️

brendan-duncan commented 5 months ago

I do have these minimal docs on converting between this library and Flutter images, https://github.com/brendan-duncan/image/blob/main/doc/flutter.md.

llli0v0 commented 5 months ago

Thank you very much, this is very helpful to me😄