SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

A Snapchat Inspired iOS Camera Framework written in Swift

Results 93 SwiftyCam issues
Sort by recently updated
recently updated
newest added

When running Camera on simulator it always crashes and I receive this error Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection was mutated while being enumerated.' When I...

I set the ```videoCodecType``` to ```.h264``` in ```viewDidLoad``` the video records in h264. But If I call ```switchCamera``` then the video records as HVEC. From what I can tell it's...

Has anyone implemented this feature, I'm wrapping my head around but I don't know how to figure it out

The camera switch is not working after the record video. I just see an image with a blue screen and everything becomes unresponsive. Any way to fix this? Steps: 1....

The sound in the captured video is very quiet. I made `allowBackgroundAudio = true ` `audioEnabled = true` But the sound is still quiet.

I am currently using this awesome framework. But i notice sometime focus not working on objects which is far from camera. i'm not able to find why this happening so...

How to save a video in camera roll? I found a way to save photos in camera roll. ` UIImageWriteToSavedPhotosAlbum(photo, nil, nil, nil) ` What about videos?

Hi there, any idea about why this is happening , when app goes to background , capture session is getting nil and stop recording is not working error detail after...

showing Black bar on the top and bottom of the video how can we remove that