From 2189c476c6b4dd5abf63c7cf7ec04e4559f5a27e Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 17 Oct 2019 11:40:58 -0400 Subject: [PATCH] Updated Using an External Webcam (markdown) --- Using-an-External-Webcam.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-an-External-Webcam.md b/Using-an-External-Webcam.md index c5d50df..1b742e4 100644 --- a/Using-an-External-Webcam.md +++ b/Using-an-External-Webcam.md @@ -74,6 +74,8 @@ Alternatively, camera output can be viewed on a display monitor or other device **Important Note:** While a portable display monitor can be used to view or troubleshoot the camera stream on your Control Hub, teams are not allowed to have a portable display monitor connected to their Control Hub during a match. -For custom streams, advanced users of Android Studio may consult the API documentation for CameraStreamServer#setSource and CameraStreamSource. +### Advanced Users + +For custom streams, advanced users of Android Studio may consult the [API documentation](https://first-tech-challenge.github.io/SkyStone/doc/javadoc/index.html) for [CameraStreamClient](https://first-tech-challenge.github.io/SkyStone/doc/javadoc/org/firstinspires/ftc/robotcore/external/stream/CameraStreamClient.html), [CameraStreamServer](https://first-tech-challenge.github.io/SkyStone/doc/javadoc/org/firstinspires/ftc/robotcore/external/stream/CameraStreamServer.html) and [CameraStreamSource](https://first-tech-challenge.github.io/SkyStone/doc/javadoc/org/firstinspires/ftc/robotcore/external/stream/CameraStreamSource.html) classes.