https://github.com/cheeaun/camera-air
https://github.com/cheeaun/camera-air
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheeaun/camera-air
- Owner: cheeaun
- Created: 2026-04-10T06:01:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T00:43:47.000Z (2 months ago)
- Last Synced: 2026-05-10T02:40:36.065Z (2 months ago)
- Language: Swift
- Size: 14.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Camera Air
A fast, minimal camera app for iOS built with SwiftUI.
## Features
- **Photo & Video Capture** — Switch seamlessly between photo and video modes
- **Front & Back Camera** — Quick lens switching with a single tap
- **Multiple Aspect Ratios** — Choose from 4:3, 3:2, 1:1, 16:9, or 9:16
- **Flash Control** — Auto, on, or off
- **Live Photos** — Enable or disable Live Photo capture
- **Night Mode** — Auto, on, or off for low-light situations
- **Exposure Lock** — Lock exposure for consistent shots
## App Intents & Shortcuts
Camera Air integrates with Siri and Shortcuts:
| Intent | Description |
| ------------------ | ---------------------------------------------- |
| **Open Camera** | Launch in photo or video mode with chosen lens |
| **Capture Selfie** | Jump straight to the front camera |
| **Start Video** | Open in video mode and begin recording |
## URL Scheme
Deep link directly into specific modes:
```
cameraair://open?mode=photo&lens=back
cameraair://open?mode=video&lens=front
```
## Requirements
- iOS 26.0+
- Xcode 17.0+
## Building
1. Open `CameraAir.xcodeproj` in Xcode
2. Select your target device or simulator
3. Build and run (⌘R)
## License
MIT