cbirdferrer / collatrix

this tool collates the outputs of the MorphoMetriX photogrammetry tool
MIT License
4 stars 2 forks source link

[Beta V2 Feedback] #18

Open RiccardoCicciarella opened 7 months ago

RiccardoCicciarella commented 7 months ago

System Information

Operating System: Windows 11
OS: nt
Python version: 3.10.12

Verify that you can carry out the following actions

Mark inside the brackets with an [x] to

If you encounter an error, please copy attach the crash log text file, any inputs you were trying to use, and any screenshots that might be helpful.

System: Windows OS: nt Python Version: 3.10.12 Python Implementation: CPython Release: 10 Version: 10.0.22631 Machine: AMD64 Processor: Intel64 Family 6 Model 141 Stepping 1, GenuineIntel Current Working DirectoryC:\Users\Riccardo\Desktop CollatriX version: 2.0 beta

Traceback (most recent call last): File "collatrix__main.py", line 297, in File "collatrix\main__.py", line 545, in select_dir IndexError: list index out of range

image

I get this error when I select the folder in which I contain only the videos from the drone flight. I don't know exactly what "index out of range" would means. Maybe the fact that the format is MP4 instead of MOV (unfortunately I couldn't test it because I don't have the drone handy. If that's the case, I'd suggest making it compatible with other video formats).

Another error I get is when I click on "Exif Tag Viewer":

System: Windows OS: nt Python Version: 3.10.12 Python Implementation: CPython Release: 10 Version: 10.0.22631 Machine: AMD64 Processor: Intel64 Family 6 Model 141 Stepping 1, GenuineIntel Current Working DirectoryC:\Users\Riccardo\Desktop CollatriX version: 2.0 beta

Traceback (most recent call last): File "collatrix__main__.py", line 578, in open_exif_viewer AttributeError: 'lidarvideoWindow' object has no attribute 'exif_tags'

It seems like it says that mt files have no attributes. I checked the properties, and even if some fields are missing, some of the key ones seem to be there (i.e. date created, date modified, length .etc):

image image image image

Please provide additional feedback and/or suggestions below

Thank you so much for your hard work! It's really a great tool! I like that it still does the basic functions and also could help to do more.

In terms of suggestions, I'm just naively wondering if there is a way to simplify/reduce the amount of input needed to synchronize video and the altimeter .csv file.