Skip to content

daved01/LiveCameraSwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 in FrameHandler to true to prevent a bug when the user runs the app the first time
  • Added self to some method calls and variables in FrameHandler to make code consistent