OpenCam 0.1.2

OpenCam 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



OpenCam 0.1.2

  • By
  • Jason Hsu

OpenCam is an easy-to-use opensource camera library with image filters based on GPUImage working on iOS device.

Pod Usage

Edit Podfile as:

platform :ios, '6.0'
pod 'OpenCam', :head
pod 'GPUImage', :head

Manual Usage

  • Build GPUImage and copy GPUImage.framework to your project
  • Copy Sources as code files & OpenCam.bundle as resource files to your project.