Skip to content

Instantly share code, notes, and snippets.

//
// THIS DOESN'T WORK, see the final comment for fix
//
import SwiftUI
import AVFoundation
struct ContentView: View {
@StateObject private var cameraManager = CameraManager()