Questions tagged [swiftycam]

8 questions
9
votes
0 answers

How to setup and use a GitHub framework in Xcode without CocoaPods

I am trying to add in various github frameworks into my app. I am new to this and I am not sure exactly how to do this. For example if I want to add the following from github https://github.com/Awalz/SwiftyCam I do not want to use CocoaPods and I…
user6520705
  • 705
  • 3
  • 11
  • 38
5
votes
1 answer

SwiftyCam capture session is not running

I have created my camera view following the demo project on GitHub from SwiftyCam Everything lays out correctly and is going well; however, when the camera button is pushed I get a message in the console saying "[SwiftyCam]: Cannot take photo.…
Jaqueline
  • 465
  • 2
  • 8
  • 25
1
vote
1 answer

Application Status Bar not working properly

As you can see in this video In starting only signals and battery percentage is visible with no time. But when I move next controller it only shows the time. Before showing the Time it shows a red layer of touch return to AppName`. I am using…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
0
votes
0 answers

Thumbnail and Video from cloudflare are mirror of earch other

I am uploading video from front cam with the help of SwiftyCam to cloudflare ... it returns me a .m3u8 video link with a thumbnail... but both are opposite in direction (mirror of each other)... It's happening only from the front cam ... I am…
Wahab Khan Jadon
  • 875
  • 13
  • 21
0
votes
1 answer

Create animation for tap to focus using SwiftyCams didFocusAtPoint function

I am using SwiftyCam and would like to give some sort of animated feedback when using the tap to focus feature. SwiftyCam comes with a didFocusAtPoint function which is called when the screen is tapped and provides you with the point of the tap.…
user6520705
  • 705
  • 3
  • 11
  • 38
0
votes
1 answer

Saving recorded video to photo library - Cannot convert value of type 'URL' to expected argument type 'String'

Hope you are well. I am using your SwiftyCam and its very handy to create any simple camera app. The only problem I am having is I can not find any way to save the recorded video to gallery. I tried this: UISaveVideoAtPathToSavedPhotosAlbum(url,…
SameeHsn
  • 27
  • 10
0
votes
0 answers

Button not rendering

class SwiftyRecordButton: SwiftyCamButton { private var circleBorder: CALayer! private var innerCircle: UIView! override init(frame: CGRect) { super.init(frame: frame) drawButton() } required init?(coder…
Bo Jackson
  • 345
  • 1
  • 5
  • 17
0
votes
1 answer

Swiftycam media capture library delegate crashes

I am using this library called SwiftyCam As it is mentioned in its page, this part is a bit confusing: SwiftyCam is a drop-in convenience framework. To create a Camera instance, create a new UIViewController subclass. Replace the UIViewController…
Umit Kaya
  • 5,771
  • 3
  • 38
  • 52