Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbukevin/accesscamera

Access FaceTime HD Camera of MacBook with AVFoundation in Swift
https://github.com/fbukevin/accesscamera

apple macos osx swift video

Last synced: 18 days ago
JSON representation

Access FaceTime HD Camera of MacBook with AVFoundation in Swift

Awesome Lists containing this project

README

        

This is a demo of accessing FaceTime HD camera of MacBook.

Since most tutorials and solutions are focusing on iOS implementation, this demo is made for macOS(OS X) Cocoa Application and was written in Swift. The input video stream will be displayed on the custom view in window controller.

![](demo.png)

## Environment

* MacBook Pro
* Swift version 3.0.2
* XCode Version 8.2.1
* macOS Sierra Version 10.12.2

## Not in this project

* Audio capture
* Image capture