FtcRobotController
FtcRobotController copied to clipboard
Camera stream server can only have one source selected
According to EasyOpenCV, this is an issue with the driver station: https://github.com/OpenFTC/EasyOpenCV/issues/64
Our students are using 2 cameras and would like the ability to see the output of both of them when they tap to see the camera stream.
Thanks,
Alan
It's not really that the DS is "ignoring" split IDs; the view IDs only applies to the RC activity. The way the DS gets the camera stream is completely separate from how the stream ends up on the RC screen.
The issue is the camera stream server can only have one source set at a time i.e.
CameraStreamServer.getInstance().setSource(this)