SSH
https://github.com/commaai/openpilot/wiki/SSH
- Connect a computer and the Comma device to the same wifi network.
- Go to Settings → Network → Advanced → Enable SSH.
- Configure a GitHub SSH key: https://docs.github.com/en/authentication/connecting-to-github-with-ssh then type in your GitHub username into the Comma settings.
- Spot the IP address in the Network → Advanced tab, then on your computer’s terminal type
ssh comma@<IP>
Downloading and Viewing video files
https://github.com/commaai/openpilot/wiki/Video-Files
Dashcam footage is stored in the /data/media/0/realdata
folder.
To download everything to your local machine, run scp -r comma@<IP>:/data/media/0/realdata/ .
(or rsync -ravP
)