Thanks! A few things: NDVI is already in the list. You can’t add it a second time (so it should be removed from the proposed change) The only concern is the band mapping, which currently does not allow the use of the blue band. For that to work, just add a new camera filter (see bottom the script) with the proper band order.
Also test your changes by running WebODM with:
./webodm.sh restart --dev
Which will launch WebODM in development mode, so that your changes take effect.
I am not a programmer or developer, I am just copy pasting and made some modifications in your code, but I know nothing.
I renamed the second NDVI for BLUE NDVI, may it work out?
I don’t really get how to add a new camera filter in the script you mention. The proper band order of this kind of cameras is NIR - Green - Blue. May you indicate me how to do it?
BTW, I bought the installer of ODM, so the only way to see the changes is by updating.
Ok, no worries; I’d recommend to open a feature request on https://github.com/OpenDroneMap/WebODM/issues referencing this thread then. Once there’s some time (or a developer contributor comes along) we’ll add it.