heestand-xyz / AsyncGraphics

Edit images and video with Swift concurrency, powered by Metal.

Home Page:http://async.graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture session on background thread

mortenjust opened this issue · comments

Getting a warning for CameraController line 73

   captureSession.startRunning()

-[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness

I've now fixed this, thanks!