# Remote Session Running Steps 1. SSH to comporin ssh -X ops@comporin.local 2. Switch dirs cd src/sen_oakd_python 3. Execute one of these two commands for either camera set ```python python -m sen_oakd --show --host="192.168.2.72" --color-fps=2 --mono-fps=10 --color-resolution="THE_1200_P" python -m sen_oakd --show --host="192.168.2.73" --color-fps=2 --mono-fps=10 ```