WorldCaptureKit

Does the library exists in xCode 16.4? "import WorldCaptureKit" gives error "No such module 'WorldCaptureKit'". And I do not find any information about the library in the apple documentation. But AI keeps suggesting me to use the library

Answered by DTS Engineer in 841610022

I don't know of any library with that name, but we do have a ScreenCaptureKit. What are you trying to do?

Accepted Answer

I don't know of any library with that name, but we do have a ScreenCaptureKit. What are you trying to do?

Thank you! I am making an app for Apple Vision pro (VisionOS 2.5) that is scanning the surroundings and recognises all the texts around you. I tried to use the AVCaptureSession library, but when I run the app from xcode on the real AVP device, the camera is not accessible. I enabled the camera access in my Info.plist: <key>NSCameraUsageDescription</key> <string>Used for live text recognition</string> and I checked camera settings in the AVP, there are no restrictions. However I have always a black square with a crossed camera icon displayed instead of the image from the camera.

WorldCaptureKit
 
 
Q