Forum

Author Topic: Processing Parrot Sequoia Camera Multispectral Data: Ortho Band Info issue  (Read 2312 times)

Dhanraj Jain

  • Newbie
  • *
  • Posts: 13
    • View Profile
I'm working with multispectral data from the Parrot Sequoia camera, encompassing five bands: RGB, GREEN, RED, NIR, and REDEDGE. Employing the Agisoft Metashape 1.8.5 Python API workflow code from GitHub for data processing, I encountered a challenge when generating an orthomosaic image.

Upon inspecting the band information within the orthomosaic, I observed six bands listed as ('gray', 'undefined', 'undefined', 'undefined', 'undefined', 'alpha'). I aim to accurately identify the specific band names instead of encountering 'undefined' values.

Could you advise on how to retrieve the band names instead of encountering 'undefined' in the orthomosaic image generated through the Agisoft Metashape 1.8.5 Python API workflow code?"