s-du / IRMapper

Pyside6 application for creating thermal point clouds using photogrammetry. Compatible with DJI M3T (Mavic 3 thermal) and Mavic 2 Enterprise Advanced. Using Agisoft Metashape Python API
18 stars 1 forks source link

Error in loading image folder #9

Open petrdrn opened 1 year ago

petrdrn commented 1 year ago

Hi, I'm trying to test your promising tool on my Mavic 3T data. However, I keep getting this error message when trying to load the image folder. Do you have any suggestions for solving this?

Thank you Näyttökuva 2023-07-14 105414

s-du commented 1 year ago

Hi Petrdrn, I could not reproduce this error on my setup. Did you used the release version or install a venv version? Does the error happens if you put the two sample images in a folder : M3T_IR.JPG and M3T_RGB.JPG (you can find the two files there: https://github.com/s-du/IRMapper/tree/master/resources/img)? Kind regards

petrdrn commented 1 year ago

Hi,

Thank you, I tried installing the release version and didn't get this error anymore. However, when trying the 3D processing, I get the following error: OSerror: Document.Save(): Saving is disabled.

Edit: I noticed that this is caused by the license path, as you mentioned in the previous issue. I have manually selected the metashape.lic file as a license path, but it still doesn't seem to work.

s-du commented 1 year ago

Do you have a Metashape Professional license?

petrdrn commented 1 year ago

Yes, I have

s-du commented 1 year ago

Hum, I will dig into the code to find the error. Sorry for the inconvenience!

steffvogt commented 9 months ago

Hi,

I'm trying to use IRMapper with Mavic 3T data (IRMapper release V0.2.3beta). When trying to load the images I get a similar error message

irmapper_error

The software does work with the example images provided in resources/img, the software throws the error when I am trying to load data captured by our Mavic 3T.

Any suggestions on how to solve this problem?

Thanks and kind regards