PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
264 stars 180 forks source link

Run apt update and install sqlite3 #1247

Closed TheTripleV closed 6 months ago

TheTripleV commented 6 months ago
  1. When debugging, it's nice to look at / modify the db without downloading it, changing it locally, scp ing it back, mv-ing it back with sudo

  2. We noticed v4l2-ctl wasn't available. I'm guessing it's because sudo apt-get update isn't run in all branches.