From 09088751d42bd16d10d7c40fd519dc3fe467abc7 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Tue, 16 Nov 2021 15:59:44 -0800 Subject: [PATCH] Update sample OpMode links from WestsideRobotics repo to FTC WikiSupport repo --- FTC-Webcam-Controls.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FTC-Webcam-Controls.md b/FTC-Webcam-Controls.md index 8cd3267..4ab022f 100644 --- a/FTC-Webcam-Controls.md +++ b/FTC-Webcam-Controls.md @@ -404,13 +404,13 @@ The intent of this tutorial is to describe the available FTC webcam controls, al The following sample OpModes are linked here for reference only. These rudimentary OpModes may not apply to your webcam and may not meet your needs in general. -- Adjust exposure, gain and AE Priority: [W_WebcamControls_Exp_Gain.java](https://github.com/WestsideRobotics/FTC-Webcam/blob/main/Examples/W_WebcamControls_Exp_Gain.java) +- Adjust exposure, gain and AE Priority: [W_WebcamControls_Exp_Gain.java](https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/SampleOpModes/FTC-Webcam-Controls/W_WebcamControls_Exp_Gain.java) -- Adjust exposure and gain with TFOD (test OpMode for Examples 1, 2, 3): [W_TFOD_WebcamExpGain.java](https://github.com/WestsideRobotics/FTC-Webcam/blob/main/Examples/W_TFOD_WebcamExpGain.java) +- Adjust exposure and gain with TFOD (test OpMode for Examples 1, 2, 3): [W_TFOD_WebcamExpGain.java](https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/SampleOpModes/FTC-Webcam-Controls/W_TFOD_WebcamExpGain.java) -- Adjust focus, if supported: [W_WebcamControls_Focus.java](https://github.com/WestsideRobotics/FTC-Webcam/blob/main/Examples/W_WebcamControls_Focus.java) +- Adjust focus, if supported: [W_WebcamControls_Focus.java](https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/SampleOpModes/FTC-Webcam-Controls/W_WebcamControls_Focus.java) -- Adjust virtual pan, tilt and zoom, if supported: [W_WebcamControls_PTZ.java](https://github.com/WestsideRobotics/FTC-Webcam/blob/main/Examples/W_WebcamControls_PTZ.java) +- Adjust virtual pan, tilt and zoom, if supported: [W_WebcamControls_PTZ.java](https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/SampleOpModes/FTC-Webcam-Controls/W_WebcamControls_PTZ.java) [

Return to Top](#introduction)