oettam / camera-controls-demo

Sample project for the article written for objc.io

Home Page:http://www.objc.io/issue-21/camera-capture-on-ios.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Controls Demo

Sample project for the article written for objc.io

The CameraController implements the camera controls using AVFoundation.

There are two types of live preview implemented, one with AVCapturePreviewLayer for full-automatic preview, and one with a GLKView for manual processing (as an example, the preview is filtered with a monochrome CIFilter). To switch between one or the other, change the class of the view controller embedded in the "Video Preview" container (see the view controllers that implement the CameraPreviewController protocol)

About

Sample project for the article written for objc.io

http://www.objc.io/issue-21/camera-capture-on-ios.html

License:MIT License


Languages

Language:Swift 100.0%