openframeworks / openframeworks/openFrameworks
iOS Video Grabber crashing apps when permission switched off
Open
@danoli3 is already working on this.
Since Nov 19, 2014.
iOS
section-video
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
The iOS Video Grabber requires the user permission to be used from iOS 7 onwards.
Automatically iOS will prompt the user for permission to use the camera.
- If the user selects no, the app will crash.
- If the user selects yes, the app will function normally and never be prompted again unless for In iOS 7.1 and iOS 8+ you can switch or turn off this permission from the Settings for any given app.
If the user does this for an oF app that requires the Camera / iOS Video Grabber, it will crash on startup or when the camera is initialised.
This effects all oF versions and apps that use the camera.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.