Hi all,
So I’m trying to get RealityScan running on Linux on an Amazon Ubuntu server (g6.xlarge).
I can get it running when I RDP into the machine, however, when running fully headless (i.e. SSH into the box, no display), RealityScan doesn’t do anything.
Multiple minor issues as well:
- -stdConsole does not return anything on Linux (either RDP or SSH)
- Linux based paths (e.g. /home/ubuntu/) do not work - I needed to replace /home/ubuntu/ with Y:/
Example command:
/usr/bin/realityscan -stdConsole -writeProgress Y:/server/work/project/sfm/RealityScan/progress.txt -headless -newScene -save Y:/server/work/project/sfm/RealityScan/Working.rsproj -quit
This command will work when running terminal via RDP, but will NOT work (with no returned error message) when running via SSH.
This is a big blocker for fully automating our pipeline, so any suggestions or support is much appreciated.