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.
29/07/2023
- Changed default value for
permissionGrantedinFrameHandlertotrueto prevent a bug when the user runs the app the first time - Added
selfto some method calls and variables inFrameHandlerto make code consistent