Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 865 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 865 Bytes

ObjectCaptureApp-WWDC23

Trying out the new ObjectCaptureView & ObjectCaptureSession from WWDC23

Example_ObjectCapture.mp4

Prerequisites

Running this project requires installing beta sdks

  • Xcode 15.0
  • iOS 17.0

Known Bugs

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.