I am trying to run RealityScan CLI in a headless Linux server environment to perform MVS reconstruction from a set of images.I follow the steps on :Installation (Linux) | Realityscan Documentation | Epic Developer Community,but when I use realityscan-cli like :
realityscan-cli \
-newScene
-addFolder “Z:\mnt\c\Users\Downloads\Project\Images”
-align
-selectMaximalComponent
-setReconstructionRegionAuto
-calculateNormalModel
-calculateTexture
-save “Z:\mnt\c\Users\Downloads\Project\result.rsproj”
-exportModel “Model 1” “Z:\mnt\c\Users\Downloads\Project\model.fbx” “Z:\mnt\c\Users\Downloads\Project\export.xml”
-quit
it doesn’t work and no output.**Can someone write a detailed tutorial about how to use RS CLI on headless Linux server,**Thank you
