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 , How I can show timer while recording video ?

Hi, I want to crop photo to my preview layer, so I've wrote this function: ``` fileprivate func _applyPreviewLayerBounds(capturedImage image: UIImage) -> UIImage? { guard let cgImage = image.cgImage else...

Putting swiftycam in a view controller with other scroll views blocks scrolling between views(think like snapchat).

Switching camera to front camera not working with Swift4 Branch Demo.

@Awalz how to get some other format then just .QT? Like MP4 or MOV.

Dear sir, Appreciate if you could help investigate the below issue 1. AutoExposure works perfectly in portrait mode, but not working normally when it is in landscape mode. 2. The...

``` case .notAuthorized: // Prompt to App Settings self.promptToAppSettings() case .configurationFailed: // Unknown Error DispatchQueue.main.async(execute: { [unowned self] in let message = NSLocalizedString("Unable to capture media", comment: "Alert message when...

When recording with VideoQuality.resolution3840x2160 the output video results in 1080p resolution. Result is also the same on VideoQuality.high. Tested on iPhone 6s Plus running 10.3.3.

When SwiftyCamViewController is loaded, the audio plays on the device's speaker when using bluetooth earphones.

when I try to play a sound, haptic feedback or vibration when recording or at nay time the avcapture session is running nothing happens. no sounds plays , vibration nor...