Giter VIP home page Giter VIP logo

Comments (3)

Awalz avatar Awalz commented on May 14, 2024

Hey vishal,

You will not be able to call switchCamera() in viewDidLoad or viewWillAppear:animated. The AVCaptureSession is configured asynchronously in viewDidAppear, so it fail until it has finished configuring.

Currently, there is no way to configure SwiftyCam the way you are asking. I had not considered to add an option for the default. It is something I will add very soon in a future release.

In the meantime, if you need this functionality, you can manually add the source code in the project. on line 143 of SwiftyCamViewController, change the currentCamera to front:

private(set) public var currentCamera        = CameraSelection.front

Should do the trick in the meantime. Ill update this issue once I add the functionality.

Andrew

from swiftycam.

Awalz avatar Awalz commented on May 14, 2024

I have updated the project to support this functionality. You should update your project to version 2.1.0. Then in your ViewDidLoad, change the defaultCamera property to .front:

override func viewDidLoad() {
   super.viewDidLoad()
   defaultCamera = .front
   ...
}

This should do the trick. Let me know if you have any other issues

Andrew

from swiftycam.

vishalvshekkar avatar vishalvshekkar commented on May 14, 2024

Hey, thank you for this quick enhancement.

I had done some makeshift changes to make it work with the front cam by default, but, I'm going to pull your changes from v 2.1.0 now.

Have a good one.

from swiftycam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.