core-image-video
core-image-video copied to clipboard
Upgrade to Swift 2.2 and fix video input
First of all, thanks for writing this nice example project and the article that it came with, it has been really helpful.
The project didn't compile on Xcode 7.3 because the syntax wasn't Swift 2.2. Next to that, the video input didn't work anymore, because it was using a private class, which had to be public.
I converted the syntax to Swift 2.2 so it will compile on Xcode 7.3 without any warnings or errors.
There are some force unwrapped optionals, they were in it before converting the project too, which I'd rather not have in there, but they're pretty harmless.
Let me know if you have any questions. Hope you merge this in, because everyone that is using the most recent Xcode has to do this by hand now.