Update sample OpMode links from WestsideRobotics repo to FTC WikiSupport repo

Westside Robotics
2021-11-16 15:59:44 -08:00
parent f4dd123b9e
commit 09088751d4

@ -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. 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)
[<p align="right"><i>Return to Top</i>](#introduction)<p> [<p align="right"><i>Return to Top</i>](#introduction)<p>