iOSSwiftOpenGLCamera icon indicating copy to clipboard operation
iOSSwiftOpenGLCamera copied to clipboard

An example app showing how use AVCaptureSession and OpenGL to apply shaders to live video (written in Swift).

🚨🚨🚨 Notice: This repository stopped working properly after changes were made early on to the Swift language. After efforts on my part to repair the breakages, I have decided to use Metal instead for my purposes. You can see example code here. 🚨🚨🚨

#iOSSwiftOpenGLCamera

Example Example

This app is a basic example showing how to use Swift to setup an AVCaptureSession session to access the device's camera, pass video frames to an OpenGL view, and dynamically apply GLSL Shaders to it.