From 006a7985d032252064bca0ec5fd7da80b02a8ace Mon Sep 17 00:00:00 2001 From: Chris Johannesen Date: Thu, 17 Oct 2019 09:57:25 -0700 Subject: [PATCH] Very minor cleanup, e.g. consistent use of Op Mode vs. op mode. --- Using-an-External-Webcam-with-Control-Hub.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Using-an-External-Webcam-with-Control-Hub.md b/Using-an-External-Webcam-with-Control-Hub.md index d383a70..c6593eb 100644 --- a/Using-an-External-Webcam-with-Control-Hub.md +++ b/Using-an-External-Webcam-with-Control-Hub.md @@ -1,5 +1,5 @@ ## Introduction -The FTC Game Manual Part 1 allows USB Video Class (UVC) cameras for robot vision tasks. If you are using a Control Hub, then you will need to use an external webcam, since the Control Hub does not include a built-in camera. This document describes how to connect, configure and use an external webcam with a REV Robotics Control Hub. +The FTC Game Manual Part 1 allows USB Video Class (UVC) cameras for robot vision tasks. If you are using a REV Robotics Control Hub, then you will need to use an external webcam, since the Control Hub does not include a built-in camera. This document describes how to connect, configure and use an external webcam with a Control Hub. ## Type of External Camera @@ -25,7 +25,7 @@ Use the Configure Robot menu item on the paired Driver Station phone to add the

[[/images/Using-an-External-Webcam-with-Control-Hub/webcam-config-CH.jpg]]

-You can keep this default name (the sample modes reference this name) or change it. If you change the webcam name, make sure your op modes refer to this new name. +You can keep this default name (the sample Op Modes reference this name) or change it. If you change the webcam name, make sure your Op Modes refer to this new name. ## Sample Op Modes @@ -35,7 +35,7 @@ The FTC software offers "webcam" versions of its sample Blocks and Java Op Modes

[[/images/Using-an-External-Webcam-with-Control-Hub/blockswebcam.jpg]]

-Before editing an Op Mode, verify that the intended configuration (with camera) is active. Also verify that the name referenced in the Op Mode matches the name specified in the configuration file. +Before opening and editing an Op Mode, verify that the intended configuration (with camera) is active. Also verify that the name referenced in the Op Mode matches the name specified in the configuration file. ## Image Preview @@ -53,7 +53,7 @@ This option may be used to adjust the camera, with frequent manual image refresh

[[/images/Using-an-External-Webcam-with-Control-Hub/DS-webcam-preview-CH-3.jpg]]

-**Important Note:** Because the Camera Stream feature is only available during the INIT phase of an op mode, you must ensure that the Vuforia library is activated in your Op Mode _**before**_ the waitForStartCommand: +**Important Note:** Because the Camera Stream feature is only available during the INIT phase of an Op Mode, you must ensure that the Vuforia library is activated in your Op Mode _**before**_ the waitForStart command:

[[/images/Using-an-External-Webcam-with-Control-Hub/activateBeforeWaitForStart.jpg]]