Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 327 forks source link

AVCaptureVideoDataOutput in SwiftyCam AVCaptureSession #206

Open khawarb opened 5 years ago

khawarb commented 5 years ago

How to add AVCaptureVideoDataOutput in SwiftyCam AVCaptureSession. I have followed all methods available on internet but it's delegate AVCaptureVideoDataOutputSampleBufferDelegate method "captureOutput" is not getting called. Anyone can help?

tobiasgemperli commented 5 years ago

@khawarb Have you found a solution?