usb storage

Other software discussion
Post Reply
bchamp
Posts: 3
Joined: Thu Jan 16, 2020 11:03 pm

usb storage

Post by bchamp »

how can I save images and videos on an external USB instead of on the SD card?

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: usb storage

Post 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".
Eugene a.k.a. Realizator

Post Reply