Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbukevin/accesscamera
- Owner: fbukevin
- Created: 2017-01-05T19:40:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T11:59:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T09:47:43.456Z (about 1 month ago)
- Topics: apple, macos, osx, swift, video
- Language: Swift
- Size: 1 MB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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