Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 984 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 984 Bytes

AVCam-iOS10

Recreated AVCam for iOS10 from Xcode 8 docs

AVCam-iOS: Using AVFoundation to Capture Photos and Movies

AVCam demonstrates how to use the AVFoundation capture API to record movies and capture photos. The sample has a record button for recording movies, a photo button for capturing photos, a Live Photo mode button for enabling Live Photo capture, a capture mode control for toggling between photo and movie capture modes, and a camera button for switching between front and back cameras (on supported devices). AVCam runs only on an actual device, either an iPad or iPhone, and cannot be run in Simulator.

Requirements

Build

Xcode 8.0, iOS 10.0 SDK

Runtime

iOS 10.0 or later

Changes from Previous Version

  • Adopt AVCapturePhotoOutput
  • Capture Live Photos
  • Add privacy keys to Info.plist
  • Add a version of AVCam in Swift 3
  • Remove support for AVCaptureStillImageOutput
  • Bug fixes

Copyright (C) 2016 Apple Inc. All rights reserved.