OpenCam is an easy-to-use opensource camera library with image filters based on GPUImage working on iOS device.
Edit Podfile as:
platform :ios, '6.0'
pod 'OpenCam', :head
pod 'GPUImage', :head
- Build GPUImage and copy GPUImage.framework to your project
- Copy Sources as code files & OpenCam.bundle as resource files to your project.