You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
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.