ID: FUNC2
TITLE: Video Recording/Storage
DESCRIPTION: The system must be able to store recorded 5 videos in 12-hour intervals. It must also delete the oldest footage after a certain duration or after device storage reaches 85+% capacity, whichever comes first.
PRIORITY: Medium
FRONTEND TODO:
[ ] Implement a way to consent to and activate video monitoring (focus on live another time)
[x] Implement a way to send video to backend (Must happen with Tauri! Backend/frontend must work together on this)
BACKEND TODO:
[ ] Implement a way to save video metadata to the database (SQL)
[ ] Implement a way to automatically delete oldest footage after storage is near capacity
[ ] Implement a way to compress the video to save on storage
ID: FUNC2 TITLE: Video Recording/Storage DESCRIPTION: The system must be able to store recorded 5 videos in 12-hour intervals. It must also delete the oldest footage after a certain duration or after device storage reaches 85+% capacity, whichever comes first. PRIORITY: Medium
FRONTEND TODO:
BACKEND TODO: