Page 1 of 1

usb storage

Posted: Thu Jan 16, 2020 11:09 pm
by bchamp
how can I save images and videos on an external USB instead of on the SD card?

Re: usb storage

Posted: Fri Jan 17, 2020 2:42 pm
by Realizator
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:

Code: Select all

RECPATH=/media/DCIM
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".