CameraEngine
CameraEngine copied to clipboard
:monkey::camera: Camera engine for iOS, written in Swift, above AVFoundation. :monkey:
I've implemented this tool as well, but it seems to be crashing when I take videos. Crash happens after around 2,5 seconds of recording because of memory warning. Any ideas?
I tried to hardcode height and width for VideoEncoder's process, _encoder = [VideoEncoder encoderForPath:path Height:_cy width:_cx channels:_channels samples:_samplerate]; as follows: ``` // hard-code resolution NSDictionary* actual = _videoDataOutput.videoSettings; ``` //...