FIRST-Tech-Challenge / FtcRobotController

BSD 3-Clause Clear License
686 stars 3.98k forks source link

Camera stream server can only have one source selected #585

Open alan412 opened 1 year ago

alan412 commented 1 year ago

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

Windwoes commented 1 year ago

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)