imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When App Minimises and Resume the App will crash

KiranDhokale8118 opened this issue · comments

Pause/Resume recording is possible ? Please help

@KiranDhokale8118

I've tried minimising the Example App while recording a video and it didn't crash. Can you please try with the latest version: v5.1.0?

Pause/Resume recording is possible ? Please help

If you want to implement that in your application you have to do that manually, which may involve recording multiple videos (one for every-time the user starts/unpauses) and merging all of them into a single video at the end.