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.