Giter Club home page Giter Club logo

cool-ios-camera's People

Contributors

bryant1410 avatar candyforchris avatar gabrielalva avatar jpdicosola avatar mickeyl avatar ykws avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cool-ios-camera's Issues

Mach Linking Error with arm64 in Xcode 7 iOS 9 and swift 2.0

Hello, I have created a new swift project and am trying to integrate your library into it. Everything seems to be working fine with creating the bridging header and instantiating the camera in a view controller. I followed your instructions and linked the AVFoundation.framework. However I keep getting this build error:

Undefined symbols for architecture arm64: "_OBJC_CLASS_$_CameraSessionView", referenced from: type metadata accessor for __ObjC.CameraSessionView in CameraViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please let me know if this is an error in something that I have done trying to set this up. Thanks in advance.

Swift 1.2 not compatible

I just updated XCode, and with Swift 1.2 I get this error:

'Int' is not convertible to 'ObjCBool'
'Int' is not convertible to 'ObjCBool'

:(
Help is much appriciated!
skjermbilde 2015-04-09 kl 18 49 11

Zoom functionality

Hey, Wouldn't it be better if there was pinch to zoom and click image functionality implemented ?

Need help to turnoff default flash

Hi Gabriel,

I am currently using your Cool-iOS-Camera library in my project. This is very useful to me. I need one help.

Please tell me how to turnoff the default flash coming while taking photo in this library!!!

Thank you.

Launch in tab navigation view

Is it possible to have this launch over a tab view. When I launch it now the tab controller at the bottom and top navigation bar overlay the camera. Thanks!

Flash stays on

Hi, when the view is programmatically dismissed, if the flash was on, it stays on. Can you fix this? Thank you.

Open Camera on Start Up

Hello,

I was wondering if you could show me how to make the camera launch when you first open the app instead of pushing a button to make it come on.

Thanks!

Installation

Drag the CustomizableCamera folder found on the demo app into your project.

What CustomizableCamera folder?

Crash on iOS 7

As I know it support only ios 8 but I want to use it on ios7 too but it is crashing on ios7
I have changed the minimum ios version to ios 7 too.
Kindly help me on this issues

Switch Camera Bug

If you tap the switch camera button fast (10 times in a row), the preview view will begin dark and can't capture still image while switching camera

Take photo in square, record a video, zoom in/out ???

  1. The library is taking photo in fullscreen. Can this library to take photo in square mode?
  2. Is this library able to record a video?
  3. it cannot zoom in/out the photo before taking ?

If your library can implement these above issues, it will be more great.
Anyway, thanks for your great library :)

Spelling Corrections (toogle to toggle, loose to lose, thats to that)

Hi Gabriel. Thanks for this amazing plugin. It looks like you have 3 spelling mistakes, and it'd make it just a tiny bit better if they were fixed (pretty minimal though).

  1. In the readme, 'loose' ("...do not loose resolution quality...") should be 'lose'.
  2. In the readme, 'thats' ("...implementation thats is...") should be 'that'.
  3. It should be a 'toggle', not a 'toogle' button; ex: calling [_cameraView hideToogleButton] should be changed to [_cameraView hideToggleButton]. This issue however, is actually repeated in the code, and so not just a readme change.

Don't think I'm nitpicking, I just want to give back a little of my time, and this was what caught my eye.

Cheers,
Michael

Capture to square

Hi guys,

can you help me? I am using your extension. I set cameraView frame to square. But when I capture image I have normal rectangle(full photo). How can I fix it?

Thank you

Capture to 4:3

Hi Gabriel, great library! We will be switching our current uiimagepicker to your library!

We won't be using captureSession.sessionPreset = AVCaptureSessionPresetPhoto as we find the default preset perform better but in the past we struggle with getting a final image to match exactly what's on the preview screen as the preview screen is slightly zoomed in.

Would appreciate if you can guide us on how to capture a 4:3 ratio image where the preview screen starts from the very top. (We have an overlay covering the bottom half so our preview screen will be 4:3). The captured image needs to be exactly what we see on the preview screen.

Appreciate your help and we'll add an acknowledge to your your super cool library in our app!

iOS 10+ support

Could you please, update your library?

AVCaptureStillImageOutput is deprecated: Use AVCapturePhotoOutput instead
AVCaptureDevice.devices is deprecated: Use AVCaptureDeviceDiscoverySession instead

Camera is Little bit zoomed

Hello @GabrielAlva , Thanks for this library but I am facing the issue during capturing. when I launch the app I feel that camera is little bit zoomed. I have rechecked with iPhone's native camera also. Can you please help me to resolve this?

Crashes on first time devices

when the camerasessionview is added as a subview, on first-time devices it crashes before showing the alert that asks permission for the camera.

Please add podspec

Please add support for CocoaPods, this would very much easy the use of your code.
Thanks !

Deprecation in iOS 10+

This library need to be updated. Cause I face some warnings like: "'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead."

This library is used in my project. Please update it.

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.