BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.62k forks source link

Memory Pressures with CropFilter on Videos #1655

Open xmmk opened 10 years ago

xmmk commented 10 years ago

Using the CropFilter with highly varying cropsizes on video camera frames, leads to too much entries in framebuffercache and immediate memory warnings. Temporarily fixed by overriding sizeOfFBO method in CropFilter with return originallySuppliedInputSize. But no idea of the side-effects.

vgusev-condenast commented 9 years ago

second this issue as well as the proposed work around. should be committed to master branch?