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

Unable to manually call takePhoto() or startVideoRecording() - console prints that capture session is not running.

camera screen pauses when user's is on phone call. After the call ends, the camera view screen resumes to normal.

I was unable to zoom in/out for both rear and front camera can anyone help me

Unable to capture image for rear camera with flash mode enable it is working fine for front camera both flash on /off cases when comes to rear camera unable to...

Adding the ability to display the previewLayer in a view set by the subclassing ViewController

I want my camera to take part of the screen. In current code `previewLayer.videoPreviewLayer.connection == nil` until `viewDidAppear`, so the last time `viewDidLayoutSubviews` is called `connection == nil`, and the...

I am having issues using the shouldUseDeviceOrientation = true property when on a flat surface. It works fine if I hold the camera up and respects portrait or landscape, but...