Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samrshi/Camera-Preview
An iOS App that presents camera on screen without obtrusive UI. Designed for sharing iPhone screen as a doc-cam
https://github.com/samrshi/Camera-Preview
Last synced: 7 days ago
JSON representation
An iOS App that presents camera on screen without obtrusive UI. Designed for sharing iPhone screen as a doc-cam
- Host: GitHub
- URL: https://github.com/samrshi/Camera-Preview
- Owner: samrshi
- Created: 2021-03-08T21:35:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T06:13:31.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:38:42.263Z (3 months ago)
- Language: Swift
- Size: 2.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera-Preview
## Description
- Created an app to share my iPhone screen as a document camera.
- Allows me to switch between my front, back, and ultrawide cameras with unobtrusive UI.
- Utilized AVFoundation to procure a preview from the device camera and display it on screen.
- Combined my UIKit camera preview with SwiftUI controls for a more efficient workflow.
- Observed NotificationCenter events to rotate the preview correctly when the device is rotate.