Hi everybody. For a large mapping (4000 images x 45MP) I wanted to run this via an extra node installed on a (temp) GCP instance. However when installing the nodeodx version the WebODM environment (v3.2.4) can't connect to the nodeodx node.
webodm/nodeodx
1) Installed docker
2) installed nodeodx (--> sudo docker run --rm -it -p 3000:3000 webodm/nodeodx -q 1 --token password)
via the CLI I get the message nodeodx is running on port 3000
3) adding the extra node into WebODM frontend.
4) Node is offline in WebODM
opendronemap/nodeodm
1) Installed docker
2) installed nodeodm (--> sudo docker run --rm -it -p 3000:3000 opendronemap/nodeodm:stable -q 1 --token password)
via the CLI I get the message the nodeodm is running on port 3000 (with a large area of text with all the options).
3) adding the extra node into WebODM frontend.
4) Node is online in WebODM
I guess last week I also had another mapping processed via nodeodx, via the same installation procedure and then it did work. As far as I can see I don't see any changes in the Github https://github.com/WebODM/NodeODX so I'm curious what causes this behaviour 🙂