IRNAS / PiRA-zero-firmware

Firmware for PiRa Zero board
GNU General Public License v3.0
3 stars 4 forks source link

Check for disk space while recording video #21

Open SloMusti opened 6 years ago

SloMusti commented 6 years ago

Check for disk space while recording video, as otherwise disk space may be filled up completely. There is a disk space check now only when starting the recording, but if video duration is set to until-off or longer then the disk space available, this may fill it up completely.

Perform this check in each processing loop every 30s or so.