Unable to run the object capture command line tool

I've got this all setup today to work on Monterey - and got the newly captured object, but for the life of me can't get the command tool to actually run with the directives,

I feel like there is a step missing here in the WWDC session and the documentation,

Has anyone got this running yet?

Maybe I'm not typing this into terminal correct

USAGE: hello-photogrammetry <input-folder> <output-filename> [--detail <detail>] [--sample-overlap <sample-overlap>] [--sample-ordering <sample-ordering>] [--feature-sensitivity <feature-sensitivity>]

Can you provide an example command that you are trying? I have been able to get it to work successfully. I copied the HelloPhotogrammetry app to my downloads folder, which also contained the folder with the Object Captures. Then, I navigated to the Downloads directory in Terminal, and used the command ./HelloPhotogrammetry ./folder-name output.usdz and that worked successfully.

It has not worked with me too. Does it required to have M1 machine?

 open HelloPhotogrammetry  /Users/myuser/Documents/shoe  shoesimple.usdz

It keeps asking for the input folder, I know the directions said it will work on an intell so its not that. I'm wondering is my command wrong?

metry ; exit;

Error: Missing expected argument ''

Ok your above direction on the path, worked. I figured it was the command I had wrong. I also moved it to my downloads directory. It's process photos now. I think the example I the command tool is just not clear on that format.

./HelloPhotogrammetry ./folder-name output.usdz 

I made a detailed explanation of how to run it in XCode, if you need it How to run Object Capture App?

./HelloPhotogrammetry  <input-images-folder>  <outputfilename.usdz>  {-d detailLevel}  {-l sampleOverlap}  {-o sampleOrdering}  {-f featureSensitivity}  

where,

datailLevel: {preview, reduced, medium, raw}

sampleOverlap: {normal, low}

featureSensitivity: {normal, high}

Unable to run the object capture command line tool
 
 
Q