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)