I try to save the sample buffer instead of an UIImage to an array, to convert it later on. This to speed up the image capturing and maybe not get memory warnings. I just can
Why not just use a CFArray and directly put the CMSampleBufferRef objects in there?