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

Hi @Awalz , I am facing few issues in the swift-4 branch. 1) The camera shuttle sound while capturing image is very low. 2) The recorded video's audio sound is...

When auto-rotation is disabled in portrait mode, placing device horizontally and tapping somewhere to focus causes preview layer to rotate. I did fix that by replacing this code: ``` if...

It seems that maybe overriding the format for the camera, so when ARKit tries to grab it, it fails? The error that appears is: Unsupported pixel format: 875704438 Error Domain=com.apple.arkit.error...

As titled. In SwiftCamViewController.swift, the shared AVAudioSession instance is set to AVAudioSessionCategoryPlayAndRecord, but never set back (to say, AVAudioSessionCategorySoloAmbient). This can cause all sorts of trouble down the road for...

Is it possible to return the video in a .mp4 format rather than a .mov ? Please get back to me as soon as possible, thanks.

>If I set the maximumVideoDuration = 5s >when I touch up inside the button when 4.5s~4.9s >the "didFinishRecordingVideo" will executed twice add ` public var isEndRecord = false` to limit...

func swiftyCam(_ swiftyCam: SwiftyCamViewController, didFocusAtPoint point: CGPoint) { let focusView = UIImageView(image: #imageLiteral(resourceName: "focus")) focusView.center = point focusView.alpha = 0.0 self.view.addSubview(focusView) UIView.animate(withDuration: 0.25, delay: 0.0, options: .curveEaseInOut, animations: { focusView.alpha...

While merging two videos with different orientations, one video gets inverted. ![img_6133](https://user-images.githubusercontent.com/1033708/35483845-995159e2-0468-11e8-9e2e-8d1703381bbf.PNG)

When I call someone, put them on speaker, then go to my app, the preview is just black, as if there was no camera (like running in simulator)

Image is attached. ![ecfd647e-ca2c-4a42-99f8-23ae7702761b](https://user-images.githubusercontent.com/19364885/33706573-7fd8c936-db6f-11e7-9bb9-693c617db995.jpg)