/data/realdata -> /sdcard/realdata

master
Curtis Jenkins 2020-10-03 20:04:21 -04:00
parent 3f9b726d77
commit 25457a68d2
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -58,7 +58,7 @@ Table of Contents
### Where are my videos stored? How can I stitch the segments together?
> Videos are stored on the device in `/data/realdata` as 1 minute segment directories. Each directory contains the log data and video in `hevc` form. You can stitch these videos together using this command:
> Videos are stored on the device in `/sdcard/realdata` as 1 minute segment directories. Each directory contains the log data and video in `hevc` form. You can stitch these videos together using this command:
```
cat fcamera1.hevc fcamera2.hevc fcamera3.hevc > output.hevc