I am trying the demo code in https://developer.apple.com/documentation/realitykit/guided-capture-sample
MacOS: 13.4.1 (22F82)
XCode: 15 Beta 4
iPadOS: 17.0 Public Beta
iPad: Pro 11 inch 2nd Generation (has Lidar Scanner)
But I've got an error in the runtime: "Thread 1: Fatal error: ObjectCaptureSession is not supported on this device!"
Post
Replies
Boosts
Views
Activity
Hi, I'm using XCode 14.0 beta 4 and iOS 16.0 Beta 2, I followed the tutorial on but when I'm trying to scan text, it does not show on the CameraScanner, actually, I think it did not call the func dataScanner but kept showing me the warning message:
Custom words array can only contain strings. Ignoring custome words array.
So in this case I can see the camera and highlight anchor, but I cannot extract the text the VisionKit detected, any workaround? Thanks in advance.