Skip to content

mavproxy_SIYI: Tool to convert thermal files to video#1631

Open
MichelleRos wants to merge 1 commit into
ArduPilot:masterfrom
MichelleRos:pr/thermal_vid
Open

mavproxy_SIYI: Tool to convert thermal files to video#1631
MichelleRos wants to merge 1 commit into
ArduPilot:masterfrom
MichelleRos:pr/thermal_vid

Conversation

@MichelleRos

Copy link
Copy Markdown
Contributor

Adds a .sh script and modifies temp_dir.py to allow generating a video from thermal files.

Also adds an option to specify starting index for temp_dir.py, to avoid having to "scroll" through many images to get to the section of the flight that one wants to view, and adds the option to press q to quit playback.

…onverting temp .bins to a video also improvements to bin display
echo "Checking for missed files"
ls tem_jpg > tem_jpg.txt
ls tem_jpg_annotated > tem_jpg_annotated.txt
git diff --no-index tem_jpg.txt tem_jpg_annotated.txt

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why git here, why not just diff?

update_title()

def display_file(fname):
def display_file(fname,w):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def display_file(fname,w):
def display_file(fname, output_filepath=None):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants