What is the recommended way of showing a processed image from AVCaptureVideoDataOutput in a swiftUI view?
Currently my chain is
AVCaptureVideoDataOutput(SampleBuffer) -> CIImage
-> CIFilters
-> createCGImage from processed CIImage
-> Create swiftUI 'Image' from CGIImage, that is in a view
Is there a better way to go from AVCaptureVideoDataOutput to a swiftUI view, with image processing?
Topic:
Media Technologies
SubTopic:
Video
2
0
88