Quick question, how do I work out what version of ODM a specific version of WebODM is using?
1 Like
Ah, currently you can only display the Node-ODM version (which refers to the API version used by Node-ODM). Recently we’ve exposed the ODM version via Node-ODM, but we haven’t added support for displaying such information in WebODM.
https://github.com/OpenDroneMap/NodeODM/issues/50
https://github.com/OpenDroneMap/WebODM/issues/573
In the meanwhile, if you can access the node from a public IP, you can query the version by visiting http://IP-of-node:port/info. The key is “odmVersion”.