Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

executable file
·
17 lines (10 loc) · 382 Bytes

OpenCam

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.