Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.