문제

How can i record / capture video from application and once start recording, when i press home button and application goes to background, recording video should be continued even if application is in background.

How can GPUImage framework help in this?

도움이 되었습니까?

해결책

You can't.

Applications running in the background don't have access to the camera. Also, GPUImage requires access to OpenGL ES, which is also something that background applications are not allowed to use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top