LLSimpleCamera

LLSimpleCamera: A simple customizable camera – video recorder control


LLSimpleCamera is a library for creating a customized camera – video recorder screens similar to snapchat’s. You don’t have to present the camera in a new view controller.

You can also use my LLVideoEditor library to easily edit recorded videos.

###LLSimpleCamera:###

  • lets you easily capture photos and record videos
  • handles the position and flash of the camera
  • hides the nitty gritty details from the developer
  • doesn’t have to be presented in a new modal view controller, simply can be embedded inside any of your VCs. (like Snapchat)

###Version 5.0 notes:###

  • Better recording API
  • Improved reliability

###Version 4.2 notes:### New features:

  • zoom feature
  • white balance configuration
  • attaching to view controller improved

###Version 4.1 notes:### Merged some PRs:

  • camera mirroring option
  • implementation of *– (instancetype)initWithCoder:(NSCoder )aDecoder

###Version 4.0 notes:### Thanks to the open source community, recently I have merged about 10 PR’s to make this library much better and reliable. Also I did some cleanups which contains some breaking changes (sorry for that). Therefore I’m incrementing the major version.

Install


pod ‘LLSimpleCamera’, ‘~> 4.1’

Example usage


Initialize the LLSimpleCamera

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top