This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
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