WedODM > ODM version?

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”.

Quick follow up - how can verify the ODM version I am using from the command line?

By the way looks like ODM version is shown in webODM currently…

Cheers !

1 Like