Giter Club home page Giter Club logo

vlbcameraview's Introduction

Introduction

A UIVIew that shows a live feed of the camera, can be used to take a picture, preview that picture and return an UIImage of that preview.

Even though an UIImagePickerController allows a custom overlay to ovveride the default camera controls, it gives you no control over its camera bounds. Instead it captures a UIImage in full camera resolution, giving you the option to edit as a second step.

VLBCameraView creates a viewport that displays only a portion of what the camera lense captures. Using that viewport, it creates a cropped UIImage of the full camera resolution.

VLBCameraView

The viewport of the VLBCameraView is fixed as a square at 320pt x 320pt. Even though other scales and aspect ratios should be supported, it hasn't been tested in such.

VLBCameraView mimics the 'flash' functionality when taking a picture, which can be customised via its 'flashView' property.

VLBCameraView gives you the option to save the full resolution images to the camera roll via its 'writeToCameraRoll' property.

Limited supports to customise the underlying AVCaptureConnection is also available.

What is included

  • VLBCameraView The 'VLBCameraView.xcodeproj' builds a static library 'libVLBCameraView.a'

Cocoapods

-> VLBCameraView (1.0) A UIVIew that shows a live feed of the camera, can be used to take a picture, preview the picture and return a UIImage of that preview.

Versions

1.0 initial version. Support live feed, take picture, preview, re-take.

How to use

Under Interface Builder

  • Drag a UIView in the xib and change its type to VLBCameraView.
  • Set its frame to (320, 320).
  • Set its delegate to a class that implements VLBCameraViewDelegate.
  • Call VLBCameraView#takePicture to receive a callback on your delegate with the UIImage

Under code

VLBCameraView *cameraView = [[VLBCameraView alloc] initWithFrame:CGRect(320, 320)];
cameraView.delegate = self; //where self, a class implementing VLBCameraViewDelegate

[cameraView takePicture];

Demo

See VLBCameraViewApp.

Future Work

TBD

Notes

VLBCameraViewApp also includes the ApplicationTests for this library.

Licence

VLBCameraView published under the MIT license:

Copyright (C) 2013, www.verylargebox.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

vlbcameraview's People

Contributors

qnoid avatar

Stargazers

Douglas Fischer avatar

Watchers

James Cloos avatar

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.