Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new offline picture viewer to MAVProxy for use in the Japan Innovation Challenge.
The design (and some code) borrows heavily from the Canberra UAV team's CUAV tool
How-to-use:
The Mosaic view (shown below) allows users to move through the images using the arrow keys. The selected image is shown with a green border. Images with a POI defined appear with a red border.
The Camera/Vehicle and POI locations are shown and if the image provides temperature the max temperature is shown along with the pixel coordinate.
The menu includes, "Open folder", "Show All", "Show POI", "Settings" (for setting the FOV) and "Quit"
The Image view shows the currently selected image. The user can also move to the next or previous image using the left and right arrow keys. A single POI can be selected by clicking-and-holding the left mouse button, moving the mouse and then releasing the left-mouse-button. The POI appears in red on the image. This same POI is also shown on the map. If the image provides thermal data then the hottest pixel is shown with a yellow square. This yellow square can be toggled on and off in case it gets in the way
The Map view shows a projection of the current Image on the map in green. If a POI has been defined it appears as a red square. As the user moves through images the Map updates.
The application can be started on windows using the MAVPicViewer icon from the start menu.
Enhancements planned:
video demonstration: https://youtu.be/Uf72fXjat3A
Any and all feedback is very welcome