https://github.com/dscyrescotti/capture
📷 A basic camera application built with AVFoundation and SwiftUI
https://github.com/dscyrescotti/capture
apple async-await avfoundation camera ios photokit photos swift swift-concurrency swift-package-manager swiftui
Last synced: 12 days ago
JSON representation
📷 A basic camera application built with AVFoundation and SwiftUI
- Host: GitHub
- URL: https://github.com/dscyrescotti/capture
- Owner: dscyrescotti
- Created: 2023-02-16T04:38:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T13:53:50.000Z (about 2 years ago)
- Last Synced: 2025-03-24T05:05:00.410Z (29 days ago)
- Topics: apple, async-await, avfoundation, camera, ios, photokit, photos, swift, swift-concurrency, swift-package-manager, swiftui
- Language: Swift
- Homepage:
- Size: 31.6 MB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📷 Capture
Capture is a basic camera application built with the power of AVFoundation and SwiftUI to faciliate taking pictures.
## 📱 Preview
## 🔨 Build & Run
To get started, go to **Terminal** and run the following commands to clone and open the project.
```
> git clone https://github.com/dscyrescotti/Capture.git
> cd Capture && xed .
```
After seeing the project open, run the project by either using **⌘R** (Command+R) or clicking **Run** button in the project toolbar.
> Don't forget to run on the real device.## 📦 Tech Stack
- AVFoundation
- SwiftUI
- Photos
- Swift Concurrency
- Swift Package Manager## ✍️ Author
Scotti | [@dscyrescotti](https://twitter.com/dscyrescotti)