Change the path for video recordings?

S.L.P. image questions, stereoscopic video livestream and recording, stereoscopic photo capture etc.
Post Reply
vonHelle
Posts: 2
Joined: Sat Jun 01, 2019 6:29 pm

Change the path for video recordings?

Post by vonHelle »

Is it possible to change the path for the video recordings in S.L.P. image?
I have a 1TB mSata SSD module mounted and I’d like the recordings to be stored there directly.

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

Re: Change the path for video recordings?

Post by Realizator »

Yes, you can.
Our start script is here:
/opt/StereoPi/run.sh
In this script we mount partition for video as a /media.

Code: Select all

sudo mount /dev/mmcblk0p3 /media > /dev/null 2>&1
So you can change mount rule according to your SSD name.

Please also check our FAT32 format logic in this script. You may comment format commands or change them according to your needs.
Eugene a.k.a. Realizator

vonHelle
Posts: 2
Joined: Sat Jun 01, 2019 6:29 pm

Re: Change the path for video recordings?

Post by vonHelle »

Great! Thank you very much!

Post Reply