How to use CameraFrameProvider APIs

Like title, I want to ask how to use this APIs: CameraFrameProvider I got the warning : Cannot find 'CameraFrameProvider' in scope Xcode 16.0 beta 4 imported ARKit imported Vision

Hey @sevens,

Could you provide a little more context of your issue. I'm not able to replicate the same behavior you are seeing on Xcode 16.0 beta 4. Additionally, you might consider trying Xcode 16.0 beta 5 which was released earlier this week. CameraFrameProvider is a class included with ARKit. The following code compiles for me:

import ARKit
let cameraFrameProvider = CameraFrameProvider()

Let me know if you have additional questions,

Michael

How to use CameraFrameProvider APIs
 
 
Q