A few small random changes

Fix description in printed text in set_orin_clock.sh

Put a print statement in image_logger that alerts to not starting logging
until the joystick enabled is pressed

Added more info about format of channel required to use viewer for
orins that have multiple cameras attached

Change-Id: Ieef69e88e9524bceb0f95525643880d6329b67ab
Signed-off-by: Jim Ostrowski <yimmy13@gmail.com>
diff --git a/frc971/vision/image_logger.cc b/frc971/vision/image_logger.cc
index cb8fc4e..01ceaf4 100644
--- a/frc971/vision/image_logger.cc
+++ b/frc971/vision/image_logger.cc
@@ -75,6 +75,8 @@
     });
   }
 
+  LOG(INFO) << "Starting image_logger; will wait on joystick enabled to start "
+               "logging";
   event_loop.OnRun([]() {
     errno = 0;
     setpriority(PRIO_PROCESS, 0, -20);