Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to avoid openCV? #6

Open
chipweinberger opened this issue Oct 20, 2023 · 2 comments
Open

Any way to avoid openCV? #6

chipweinberger opened this issue Oct 20, 2023 · 2 comments

Comments

@chipweinberger
Copy link

The ~800MB opencv library is a lot to require be default.

Is it really needed? It adds a lot of complexity to the build process.

@alnitak
Copy link
Owner

alnitak commented Oct 21, 2023

Hi @chipweinberger

yes, OpenCV could be avoided. I used that just to use the camera provided by the lib.
Now, it's been a while since did this project, but I used it just to test and feed some shaders with a continuous texture coming from the camera or a video (just in Linux and Window IIRC).

I'd love to continue with this project and add support for Mac and iOS using Google Angle lib, but with the introduction of shader in Flutter (even if they are a lot limited), I have not much motivation.

@alnitak
Copy link
Owner

alnitak commented Oct 21, 2023

Anyway, I think OpenCV lib is about 200MB. The 800MB comes from the Android build which bundle all the ABI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants