LiveCameraSwiftUI icon indicating copy to clipboard operation
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 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