Photogrammetry 3D model real world size

Hi, I'm using the provided CaptureSample together with HelloPhotogrammetry to create a 3D model. Although I am making sure that there are depth images within the folder (TIF) - after building the model, the model size is tiny.

How can I make sure that the model is built in the real world size? or - how can i resize the model to real world size?

Thanks.

With the HelloPhotogrammetry app we read depth which is embedded in the HEIC images. You can use the CaptureSample app to see how to capture HEIC images with depth embedded. That is the easiest way to provide depth as input and to get scale accurate models. As alternative you can also provide depth programmatically via the API. Please see: https://developer.apple.com/documentation/realitykit/photogrammetrysample/3788293-depthdatamap

Photogrammetry 3D model real world size
 
 
Q