server

Retrieves the command line options that can be passed to process a task

get/options

Response

Options

namestring required

Command line option (exactly as it is passed to the OpenDroneMap process, minus the leading '--')

type'int' | 'float' | 'string' | 'bool' required

Datatype of the value of this option

valuestring required

Default value of this option

domainstring required

Valid range of values (for example, "positive integer" or "float > 0.0")

helpstring required

Description of what this option does

Changes