LiveCameraSwiftUI
LiveCameraSwiftUI copied to clipboard
Code from tutorials.
Live Camera SwiftUI
Please note: This repo is not maintained.
Code from the video which shows how to read frames from a phone's camera and display the feed on the screen using SwiftUI, without UIKit.
Updates
29/07/2023
- Changed default value for
permissionGranted
inFrameHandler
totrue
to prevent a bug when the user runs the app the first time - Added
self
to some method calls and variables inFrameHandler
to make code consistent