banner

SSH

https://github.com/commaai/openpilot/wiki/SSH

  1. Connect a computer and the Comma device to the same wifi network.
  2. Go to Settings Network Advanced Enable SSH.
  3. 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.
  4. 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)