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 has been archived by the owner on Dec 5, 2024. It is now read-only.
8, 16, 32, 64, 128, 256GB image sizes (SD sizes) ExFAT (FAT64) would be nice if it would work for /home/pi
FAT32 can only support up to 32GB partition, and a single file can only support up to 4GB. 4 GB maximum file size: if you try to transfer a file larger than 4GB to a FAT32 drive, you will fail and meet the error "the file is too large for the destination file system".
EasyCap USB port-to-device-node-name persistence; driver needs to assign the same /dev/videoX node every time in the same order either based on USB port or device serial #
Cron job to delete files older than 30 days find /opt/backup -type f -mtime +30 -delete
https://askubuntu.com/questions/1403900/how-to-install-exfat-utils-and-hddtemp-on-ubuntu-22-04
https://github.com/actions/runner-images
Standard NFTables
EasyCap USB port-to-device-node-name persistence; driver needs to assign the same /dev/videoX node every time in the same order either based on USB port or device serial #
Cron job to delete files older than 30 days
find /opt/backup -type f -mtime +30 -delete
Pi4 HW assisted h264 encoding https://raspberrypi.stackexchange.com/questions/139510/video-encoding-on-raspberry-pi-4-via-ffmpeg-and-h264-v4l2m2m-produces-corrupted
Pi5 doesn't appear to have video encoding acceleration for either h264 nor AV1; just decoding for AV1
The text was updated successfully, but these errors were encountered: