SwiftUI Support?
Thanks for this great update to FastttCamera.
One feature request: It would be great if SwiftttCamera also has first class SwiftUI support. That means that a SwiftUI View is provided so that it can be used directly in a SwiftUI app.
That's a great suggestion! Not sure if I'd rewrite everything in SwiftUI, or if I'd simply write a wrapper around the existing stack. None of this is in my plans for the foreseeable future, but PRs are welcome! 🙌 Thanks for the suggestion!
I don't think AVFoundation works directly in SwiftUI, so no need to rewrite everything in SwiftUI.
I'll take a look at this and will make a PR if I can come up with something
any news about SwiftUI support?
No news on my end. Not sure if @antranapp made any progress on that front, though 🙇
I ended up writing my own simple SwiftUI wrapper for AVFoundation.
Is that open source by any chance @antranapp ?