Skip to content

Releases: All4Gis/QGISFMV

1.15

16 Feb 18:04
59343a9
Compare
Choose a tag to compare
  - Slider made clickable.
  - Fixed drawings position when elevation model used.
  - Enabled drag & drop in manager.
  - Playlist is implemented (videos play one after the other).
  - Delete multiple videos in manager enabled.
  - Lat/Lon displayed with precision 5.
  - Fixed lon/lat on video does not update without moving the mouse.
  - Fixed mousemove "jumping" behaviour when drawing on a video. 
  - Fixed some problems with video toolbar visibility.
  - Fixed issue: Manager shows up only after loading video list.
  - Improved function Center on Footprint / Target / Frame Center,
    only recenter if drawings go outside map.
  - Export current frame fixed: black image.
  - Fixed some navigation problems.
  - Fixed problems when closing the application.
  - Fixed Corner Estimation with Offset calculation.
  - Fixed no audio or video freeze (big .ts files) on windows platform due
    to Lav Splitter. It is recommended to make a default installation of 
    Haali Media Splitter:
    https://haali.su/mkv/
  - FIxed config to update drawings every 2 seconds.
  - Click on pause triggers an exact metadata update.
  - Implemented playlist in manager.
  - Added Timestamp label below duration slider.
  - Enhanced zoom on platform/target/framecenter, only recenter if the object goes out the map.
  - Fixed framecenter and drawings calculation.
  - Playlist drag & Drop + multiple removals.
  - Fixed lon/lat video mouseover not updating if mouse not moving.
  - Fixed lon/lat precision to 7 for drawings/measure (lower resolution causes tool to "jump" on video overlay).
  - Fixed extract frames (they came all black).
  - Fixed navigation mit slider.
  - Removed Python Homography lib, using directly cv2.
  - Fixed video (.ts) freezing/sound/size problem on windows using haali splitter.
    https://haali.su/mkv/MatroskaSplitter.exe
  - Fixed manager: Appears first on ui and then loads saved videos.
  - Fixed problem with full screen mode: wrong monitor and wrong context menu location.
  - fixed drawing mode if video stopped.

1.9

28 Mar 12:33
Compare
Choose a tag to compare
1.9
  • Style changes
  • Download Global DEM (gisandbeers link)
  • Add close button to manager window
  • Fix display if canvas uses otf-projection
  • Insert fmv layer group on top
  • Add news DJI videos (QGIS Mexico, Luis Gallardo)
  • Bump python requirements
  • Fix layer can be null if the Player has been closed.
  • Avoid potential bug if layer already has been closed.
  • Fixed streaming issue, forward stream to local address: 127.0.0.1
  • Update setparser.py #72
  • Fix #70 FFMPEG download failed bug
  • Fix klv when out of range
  • Add RPT experimental protocol
  • Update translations
  • Minor changes

1.8

10 Oct 11:25
Compare
Choose a tag to compare
1.8
  • Add *.bats and *.sh for compile,deploy code etc, for a better contribution
  • Working on linux (tested using Ubuntu 18.04.3 LTS)
  • Follow cursor video movement on canvas
  • Fix csv enconding
  • Group Video layers/rasters etc
  • Minor changes

1.7

26 Jul 18:29
Compare
Choose a tag to compare
1.7
  • Linux autoinstaller (starting)
  • Reproduce DJI Videos and extract telemetry in real time
  • Create Klv data from DJI Telemetry
  • MISB 0102.12 quick impelementation
  • Minor changes

1.6

04 Jun 20:08
Compare
Choose a tag to compare
1.6
  • Update Usage documentation
  • Update Python dependencies (requirements.txt , code and user question if want upgrade dependencies)
  • Object tracking on video and drawn on canvas (RubberBand)
  • Start Option menu for changes default values (Magnifier, Drawings colors ...)
  • Add Confidential Stamp on video
  • Add Military Grid Reference System (MGRS) support for video cursor coordinates
  • Fix magnifier QPainter size/scale
  • Measure Area Tool
  • Better performance for measurements
  • Better performance for drawings
  • Burn drawings in the image (geotiff,png and PDF report)
  • Change design pdf report
  • Fix create report task
  • Fluid drawing in the video
  • Control if the video exists or not in the manager list (disabled if not)
  • Save and restore manager video list
  • Add shortcuts
  • Update translations
  • Add new translations
  • Clean code
  • Minor changes

v1.5

04 Mar 16:56
Compare
Choose a tag to compare
  • Added EG0104 Parser for legacy Predator Metadataset
  • Auto install dependencies on windows
  • Change FmvConfig file (settings.ini)
  • Fix mosaic algorithm
  • Reimplimented algorithms
  • Add 3D Support (Experimental)
  • Convert Video is cancelable
  • Preserve Metadata when Record video
  • Save current Georeferenced Frame
  • Add new icons
  • Fixed unplayable Non-MISB Video. These video can now be played, there is just no draws in map
  • Fixed Metadata view that was empty when you load it
  • Center Map on Footprint / Target / Sensor
  • Display View Axis on Map
  • Add new sensor styles and platform icons
  • Fix Klv lib parsers in some videos
  • Fix calculate footprint
  • Buffer size crash #44

v1.4

21 Nov 17:21
Compare
Choose a tag to compare
  • Move all thread to QgsTask
  • New Remove Draw Menu last or all drawings
  • Refactor code for easy contributions
  • Ruler on video
  • Video manager shows now a progress bar while meta buffer loading
  • Video manager has "Start Location" row that show the city where video is filmed (reverse geocoding nominatim, config key: Reverse_geocoding_url)
  • Video manager status row shows "Loading", "Ready", "Playing" as video states
  • There is a "Exts" config key where video format are listed (the first is the default)
  • New icons
  • Minor Changes

v1.3

17 Sep 17:55
Compare
Choose a tag to compare
  • Fixed meta reader running after closing
  • Draw Point -> added numbers to points
  • Video Footprint (With elevation model)
  • new context menu for show/hide toolbars plugin
  • Add new filter "Horizontal Mirrored"
  • Set the keyboard shortcut for FMV by default and make it properly configurable
  • Remove Utils menu and create Utils Toolbar
  • Migrate Docs to github pages https://all4gis.github.io/QGISFMV/
  • render layers in parallel and use all cores
  • Add area and lat,long centroid coords on polygon attributes table
  • Better and more rich PDF report
  • Save reports in other thread
  • Fix record function
  • optimized code
  • Minor changes

v1.2

10 Aug 19:29
Compare
Choose a tag to compare
  • Remove FFMPEG unnecessary subfolder
  • Display altitude with OnMouseOver.
  • Drawn points and lines are "drapped" on DTM on map and video.
  • Drawn points and lines have altitude attribute.
  • Draw Lines on video
  • Draw Polygons on video

v1.1

02 Aug 16:23
Compare
Choose a tag to compare
  • Install requirements automatically.
  • About point to read the docs
  • remove documents folder
  • PR #2, #3, #4 ,#5, #10 and #6 thanks to ltbam.
  • Minor changes