Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Releases: d4rken-org/fpv-dvca

v0.3.1

22 Jul 19:07
Compare
Choose a tag to compare

What's Changed

🤷 Other changes

New Contributors

  • @d4rken made their first contribution in #3

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Sep 18:17
Compare
Choose a tag to compare
  • VR Mode based on @0TheRain0's work for DigiView. Activate from toolbar menu.
  • Minor optimizations.

v0.2.0

31 Aug 20:15
Compare
Choose a tag to compare
  • Additional work on the video feed architecture to allow multiple consumers.
  • DVR: The incoming video feed is written to storage.
    • Storage path can be chosen via storage access framework (SAF). I only tested it with local storage, but theoretically other SAF compatible destination could work too.
    • Two conversion options exist:
      • DIRECT_RAW (what the Goggles output)
      • FFMPEG which produces a h264 mp4 file that should be playable by most apps
    • DVR can keep running while the app is in the background.
  • Improved reconnection behavior

v0.1.5

16 Aug 17:14
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Fixed multiplayer in landscape mode not working reliably.

v0.1.4

07 Aug 20:24
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Add option to enable 2nd player in landscape mode
  • The APK size is +60 MB due to including FFmpeg binaries which will be used for DVR in a later update.

v0.1.3

22 May 22:21
Compare
Choose a tag to compare
  • Added support for two Goggles at the same time.
  • Improved reconnection behavior.
  • Improved autolaunch behavior.
  • Improved latency/stuttering behavior
  • Improved on-screen information

v0.1.2

19 May 01:27
Compare
Choose a tag to compare
  • Fix navigation issues on rotation
  • Fix launch behavior on usb plug

v0.1.1

19 May 01:00
Compare
Choose a tag to compare
  • Add auto launch on usb plug-in

v0.1.0

19 May 00:58
Compare
Choose a tag to compare
  • Fix video cropping
  • Feed UI overhaul (preperation for multiplayer mode)
  • Additional meta data about current feed status
  • Info screen with links
  • Donation options in menu
  • Settings menu
  • Addition of new UNBUFFERED_DIRECT read mode for low latency, but requires quick devices
  • Reduce memory consumption for BUFFERED_NONBLOCKING
  • Small buffer size changes to BUFFERED_BLOCKING readmode
  • Readmodes can be changes via settings now

v0.0.5

18 May 00:24
Compare
Choose a tag to compare
  • Preperations for choosing different USB read modes on the fly
  • Improved stream opening behavior
  • Better reconnection behavior on usb disconnects and gear power loss
  • Refactoring