Trying out the new ObjectCaptureView & ObjectCaptureSession from WWDC23
Example_ObjectCapture.mp4
Running this project requires installing beta sdks
- Xcode 15.0
- iOS 17.0
Since this is a beta version of frameworks and sdks, it has serveral problems.
- Session fails after
session.state.initializing
during debugging.- Work around: forum thread -> detaching process and relaunching app.
- You can also -> disable Metal API validation on you build scheme.
- App crashes after selecting
session.beginNewScanPassAfterFlip()
when deciding to start new scan pass session.