All Projects → gonzalonunez → Gncam

gonzalonunez / Gncam

Licence: mit
📷 A Swift 3 library for interacting with the camera on iOS using AVFoundation

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Gncam

Agimagecontrols
cool tools for image edition
Stars: ✭ 217 (+416.67%)
Mutual labels:  camera, photos, avfoundation
MCamera
CameraViewController which allows to take photos, set filters, peform image blurring and more.
Stars: ✭ 28 (-33.33%)
Mutual labels:  photos, camera, avfoundation
Swiftycam
A Snapchat Inspired iOS Camera Framework written in Swift
Stars: ✭ 1,879 (+4373.81%)
Mutual labels:  camera, photos, avfoundation
QuickRawPicker
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
Stars: ✭ 26 (-38.1%)
Mutual labels:  photos, camera
Chafu
A photo browser and camera library for Xamarin.iOS
Stars: ✭ 36 (-14.29%)
Mutual labels:  photos, camera
TuSDK-for-Android-demo
TuSDK Android 图像 SDK Demo
Stars: ✭ 93 (+121.43%)
Mutual labels:  photos, camera
Alcameraviewcontroller
A camera view controller with custom image picker and image cropping.
Stars: ✭ 2,023 (+4716.67%)
Mutual labels:  camera, photos
Focus Points
Plugin for Lightroom to show which focus point was active in the camera when a photo was taken
Stars: ✭ 272 (+547.62%)
Mutual labels:  camera, photos
PhotosApp
React Native Photos App: AWS Amplify, AWS S3, Mobile Analytics with Pinpoint
Stars: ✭ 21 (-50%)
Mutual labels:  photos, camera
Android Camera2 Secret Picture Taker
Take pictures 📷 secretly (without preview or launching device's camera app) using Android CAMERA2 API
Stars: ✭ 275 (+554.76%)
Mutual labels:  camera, photos
Rxpaparazzo
RxJava extension for Android to take images using camera and gallery and pick files up
Stars: ✭ 467 (+1011.9%)
Mutual labels:  camera, photos
Magicalcamera
A library to take picture easy, transform your data in different format and save photos in your device
Stars: ✭ 327 (+678.57%)
Mutual labels:  camera, photos
Simple Camera
Quick photo and video camera with a flash, customizable resolution and no ads.
Stars: ✭ 503 (+1097.62%)
Mutual labels:  camera, photos
Pynet
Generating RGB photos from RAW image files with PyNET
Stars: ✭ 211 (+402.38%)
Mutual labels:  camera, photos
CameraSlider
3D printed and smartphone controlled camera slider
Stars: ✭ 16 (-61.9%)
Mutual labels:  photos, camera
Camerafragment
A simple easy-to-integrate Camera Fragment for Android
Stars: ✭ 2,312 (+5404.76%)
Mutual labels:  camera, photos
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+2033.33%)
Mutual labels:  camera, avfoundation
Pynet Pytorch
Generating RGB photos from RAW image files with PyNET (PyTorch)
Stars: ✭ 169 (+302.38%)
Mutual labels:  camera, photos
Annca
Android library to simplify work with camera for video and photo with using different camera apis.
Stars: ✭ 169 (+302.38%)
Mutual labels:  camera, photos
Stickercamera
This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
Stars: ✭ 3,109 (+7302.38%)
Mutual labels:  camera, photos

Icon

GNCam

CI Status Version License Platform

Part of a larger effort to open source Giffy.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

GNCam is available through CocoaPods. To use it, simply add pod 'GNCam' to your Podfile. Make sure that use_frameworks! is also in your Podfile.

It should look something like this:

use_frameworks!

target '<MY_TARGET_NAME>' do
  pod 'GNCam'

  target '<MY_TEST_TARGET_NAME>' do
    inherit! :search_paths

  end
end

Author

Gonzalo Nuñez, [email protected]

Twitter: @gonzalo__nunez

License

GNCam is available under the MIT license. See the LICENSE file for more info.

Notes

As of right now, this is simply a direct Swift 3 port of existing code that I had – the original code is like 2+ years old. In the future, I plan on ditching the "CaptureManager" approach and going with a more protocol-oriented compositional approach. Along with that change, there will need to be a few more things before I can call this v1.0:

  1. Unit Tests with extensive code coverage
  2. A cleaner example app that showcases the supported features

Also, more than anything this library gives me the ability to start up a photo/video app in a matter of seconds. With that being said, many of the features added to this will be influenced by goals I have with apps that use this. If for some reason this actually gets starred and used, other developers will be influencing that as well :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].