Updated Using an External Webcam (markdown)

FTC Engineering
2019-10-17 11:40:58 -04:00
parent 9a62f06fd0
commit 2189c476c6

@ -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. **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.