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

filter image makes high memory #45

Open
ashen-23 opened this issue Oct 16, 2015 · 4 comments
Open

filter image makes high memory #45

ashen-23 opened this issue Oct 16, 2015 · 4 comments

Comments

@ashen-23
Copy link

When I use FastttCamera's filter image, I found that It makes my app's memory very high,

and this increased memory can't be released.
I tested the demo , It causes the same question. please help me to solve the problem ,tks so much

@hydyy
Copy link

hydyy commented Jan 25, 2016

me too!!

@maxmeyers
Copy link

@hydyy Can you provide an example project that demonstrates this issue?
@titman If you believe you have a solution, can you provide a pull request?

@hydyy
Copy link

hydyy commented Jan 29, 2016

@maxmeyers hi ,i know why !!
http://stackoverflow.com/questions/28116421/gpuimage-using-lookup-filters-consumes-enormous-amounts-of-memory

just need free memory ...
[[GPUImageContext sharedFramebufferCache] purgeAllUnassignedFramebuffers];

@masuhara
Copy link

@maxmeyers Hi. Is this issue already resolved? I made a simple camera app sample with FastttCamera, but this issue(use memory gradually and unreleased) occur while filtering.

This is my Sample (written in Swift)
https://github.com/masuhara/FastttCameraSample

Could you check this high memory issue?

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

4 participants