From 8f073b9993f571492966329e4a46461046c79d4a Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Mon, 17 Jan 2022 19:26:35 -0800 Subject: [PATCH] Add link to WhiteBalanceControl Javadoc --- FTC-Webcam-Controls.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FTC-Webcam-Controls.md b/FTC-Webcam-Controls.md index 6d455b8..fd827f5 100644 --- a/FTC-Webcam-Controls.md +++ b/FTC-Webcam-Controls.md @@ -230,6 +230,8 @@ To directly control the color balance temperature, set the webcam to Manual mode The Logitech C920 defaults to Auto mode for white balance control, and even reverts to Auto in a fresh session, after being set to Manual in a previous session. For other CameraControl settings, some webcams revert to a default value and some preserve their last commanded value. +Full details are described in the [WhiteBalanceControl Javadoc](https://javadoc.io/doc/org.firstinspires.ftc/RobotCore/latest/org/firstinspires/ftc/robotcore/external/hardware/camera/controls/WhiteBalanceControl.html). + [

Return to Top](#introduction)

## Focus Control