DJI Mavic, Air and Mini Drones
Friendly, Helpful & Knowledgeable Community
Join Us Now

Recent content by Miro_Rava

  1. M

    Simple Tool with GUI for Extracting GeoTagged images from Videos+srt files (useful for photogrammetry)

    Thanks for the mini 3 pro file, I will try to implement this srt pattern tomorrow and let you know!
  2. M

    How to extract geotagged frames from video for use in photogrammetry

    Hi Sokman, thanks for reporting the issue, I will have a look at the problem tomorrow and see if I can fix it, also thanks for sending me the srt file of the mini 3 pro, can you send also the corresponding video if it is not too long? Otherwise no worries, I will try to do my best and let you...
  3. M

    Thermal images converter

    it is called thermoconverter, you can find their website on google, the offer a free trial and then the cost is 1000 $
  4. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi PFR, thanks for reaching out too! I don't know if you are affiliated with Danski_inthe_Sky since your messages look very similar and you are both from canada, but as I said in their response, I tried to add the functionality to convert images to FLIR Atlas SDK format but it is not working...
  5. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi Danski_inthe_Sky, thanks for reaching out, Unfortunately i tried to add the functionality to convert images to FLIR Atlas SDK format but it is not working very well, maybe you can do the option in reverse, modify your software in order to make it accept tiff images, TIFF are an interchange...
  6. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi, the converted images in TIFF format that come out of my tool are already in C° Celsius, inside metashape raster transform you can simply put the thermal channel as a formula, like B1 (if you are using only thermal images) or B4 (if you are using also rgb images). This works for me quite...
  7. M

    How to extract geotagged frames from video for use in photogrammetry

    It is taking an into of a brake line (\n) This depends on the format of your srt If you don't want to spend time with python, you can try my tool downloadable here: https://miro-rava.com/documents/DJI_Image_Processor.exe It has a tool for converting flir images into tiffs and also a tool...
  8. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi Charliepapadelta, I've converted many images from dji_radiometric (not the same as flir radiometric) to tiff with my tool, many of them were from H20T thermal cameras, can you elaborate a little bit more on what is your problem or what do you want to achieve? Do you mean a formula using my...
  9. M

    Thermal images converter

    Hi JonPak, I'm afraid that the FLIR conversion you are looking for is not possible, that's because you need to emulate a FLIR camera for the ATLAS SDK of FLIR to function and there are many thousands of lines of code to write/debug that unfortunately I don't have the time/resources/money to...
  10. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Did it work? Hope it worked, it was a pleasure to help you!
  11. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    They can be any name you like, usually I leave the name that came out of the dji camera, both for the thermal and the rgb ones, then you can give the main folder to my program and it will convert and replace all the thermal ones, and after open metashape and continue the procedure
  12. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    any version of metashape should work, double check that your file/folder layout is one of the following cases: you are using both tiffs (converted with my tool) and WIDE rgb jpegs from the main drone camera in this case both the tiffs and wide_Rgb.jpeg must be the same number, if they are in...
  13. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi Mattia, Can you tell me more about your issue? - in metashape are you using the tiffs or the rjpeg? - you need to use tiffs (if you want also visual rgb images , but then you need to select the multicamera system at the start) - once you set B4, remember to hit apply before going to the...
  14. M

    Thermal images converter

    I tried both Thermoconverter and the aerial thermal imaging tool, and I found that the do basically the same thing, but the latter gives wrong values most of the times. I the final product you need is FLIR format, I'm currently trying to improve my tool in order to convert images to FLIR...
  15. M

    DJI Thermal Images Processing (converter to .tiff) SOLVED!

    Hi @xyzm, I might have found one solution, but I'm not sure if you already tried. When you export the orthomosaic, remember to check the "write alpha channel" as well, this will export the additional channel as float values. I don't know if this is what you are looking for but it might help...