This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
Releases: d4rken-org/fpv-dvca
Releases · d4rken-org/fpv-dvca
v0.3.1
v0.3.0
v0.2.0
- 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
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
- 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