Object Capture Command Line not working for me

I am trying to make this to work but after building the command line app, I kept getting error when running https://developer.apple.com/documentation/realitykit/creating_a_photogrammetry_command-line_app

Example error:

jimmygunawan@192-168-1-112 Debug % ./HelloPhotogrammetry -d full /Users/jimmygunawan/Downloads/_APPLESCAN/test ~/Desktop/output.usdz
Using configuration: Configuration(isObjectMaskingEnabled: true, sampleOverlap: RealityFoundation.PhotogrammetrySession.Configuration.SampleOverlap.normal, sampleOrdering: RealityFoundation.PhotogrammetrySession.Configuration.SampleOrdering.unordered, featureSensitivity: RealityFoundation.PhotogrammetrySession.Configuration.FeatureSensitivity.normal)
Error creating session: cantCreateSession("Native session create failed: CPGReturn(rawValue: -11)")
jimmygunawan@192-168-1-112 Debug %

RealityKit is cool, but I wonder why this RealityCapture can't just be an app (on Mac and iPad and iPhone) like RealityComposer.

  • After searching around and people asking the same questions, apparently my MacBookPro 2017 Hardware does not support this photogrammetry ... 🙈 Is upgrading the only way or is this something that can be fixed?

      Model Name: MacBook Pro

      Model Identifier: MacBookPro14,3

      Processor Name: Quad-Core Intel Core i7

      Processor Speed: 2.8 GHz

      Number of Processors: 1

      Total Number of Cores: 4

      L2 Cache (per Core): 256 KB

      L3 Cache: 6 MB

      Hyper-Threading Technology: Enabled

      Memory: 16 GB

Add a Comment

Accepted Reply

This error code means your Mac is not supported. Please see the Create 3D Models with Object Capture session for details on the supported Macs.

Replies

This error code means your Mac is not supported. Please see the Create 3D Models with Object Capture session for details on the supported Macs.