Is there any way to cancel/stop GPUImageMovieWriter and GPUImageMovie after running startRecording and startProcessing?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Assuming that self.movieWriter is GPUImageMovieWriter, you need to set a callback before invoking startRecording and startProcessing:
And then you can stop the image processing with:
And the callback is:
|
||||
|
|
Why. There is a cancel recording option.
The videos are not saved if it is interrupted in any way. |
|||
|
|
