Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
920 stars 208 forks source link

How to use custom preview #250

Closed paulocoutinhox closed 1 year ago

paulocoutinhox commented 1 year ago

Hi,

I want use it in my project XPLPC (https://github.com/xplpc/xplpc).

But before, i want understand if i can have some way to get the current camera frame, modify the frame (this part i made with C++) and show my modified image bytes as preview inside image widget, like analysis from Android.

If yes, there is some code/example?

Thanks.

g-apparence commented 1 year ago

Hi,

If I correctly understand what you want. You can check this repo that already made something similar. https://github.com/alnitak/flutter_opencv_dlib

It's totally possible but this requires to add some ffi methods for each platforms.

It's something we have in mind too but not that many C++ skills. We would be very interested in your help on this.