Forum

Author Topic: Micasense Dual 10 band camera image mosaic and load  (Read 1293 times)

ppant

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Micasense Dual 10 band camera image mosaic and load
« on: August 25, 2020, 11:47:04 PM »

Hi ,

From the micasense support page what I understand is to mosaic the 10 band cameras we need to choose chunk.addfolder not the addphoto. The works when using the GUI version.

https://support.micasense.com/hc/en-us/articles/360002693373-Process-MicaSense-sensor-data-in-Agisoft-Metashape

I am trying to work on the python script to mosaic 10 band camera.  but chunk has no method to addFolder only I see add photos (version 1.5.5).  Likewise,  for 10 band camera raw images are store in two camera folders 1-5 on camera 1  and  6-10 other camera folder.

Do we need to put the image together in the same folder before mosaic?

Bit confusion when working on a python script to load and mosaic 10 band cameras images.


Thanks
Paras

 

ppant

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Re: Micasense Dual 10 band camera image mosaic and load
« Reply #1 on: August 26, 2020, 11:41:38 PM »
Hi,
One way to run the addfolder from the script is by using addphoto with list of lists. For every camera create the list of images and load in MSI view.

I feel that is a way to do. If someone have another idea let me know.

Thanks