usb storage
usb storage
how can I save images and videos on an external USB instead of on the SD card?
- Realizator
- Site Admin
- Posts: 884
- Joined: Tue Apr 16, 2019 9:23 am
- Contact:
Re: usb storage
Hi Bchamp,
For the recordings we use a script "loop-record.sh", which is sitting here:
/opt/StereoPi/scripts/loop-record.sh
The second row in this file contains a path for recordings:
So you can make automount of your USB flash dongle, and put a path to your recordings folder in this file instead of our "/media/DCIM".
For the recordings we use a script "loop-record.sh", which is sitting here:
/opt/StereoPi/scripts/loop-record.sh
The second row in this file contains a path for recordings:
Code: Select all
RECPATH=/media/DCIM
Eugene a.k.a. Realizator