All Projects → oettam → camera-controls-demo

oettam / camera-controls-demo

Licence: MIT License
Sample project for the article written for objc.io

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to camera-controls-demo

CamOver
CamOver is a camera exploitation tool that allows to disclosure network camera admin password.
Stars: ✭ 217 (+578.13%)
Mutual labels:  camera-control
camera-fusion
Multiple cameras calibration and fusion with OpenCV Python.
Stars: ✭ 27 (-15.62%)
Mutual labels:  camera-control
FunMirrors
This is a fun project I created to motivate computer vision enthusiasts and to highlight the importance of understanding fundamental concepts related to image formation in a camera.
Stars: ✭ 43 (+34.38%)
Mutual labels:  camera-control
Cameraview
📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
Stars: ✭ 4,137 (+12828.13%)
Mutual labels:  camera-control
tethr
JavaScript/TypeScript library built on top of WebUSB for controlling digital cameras from browsers.
Stars: ✭ 62 (+93.75%)
Mutual labels:  camera-control

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].