Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
985 stars 126 forks source link

10 seconds of recording UI crashes iphone 7plus but works on 12 #91

Open quantamrhino opened 3 years ago

quantamrhino commented 3 years ago

I'm using the Record View example in demos. On 7+ my animated view (upon finishRecording) doesnt finish but crashes due to memory pressure (memory usage goes from 100MB to 1GB+) and then crashes. The same works fine on 12. Is there something inherently missing (hardware wise) on 7 plus? Like metal support etC?