FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

Camera stream server can only have one source selected

Open alan412 opened this issue 3 years ago • 1 comments

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

alan412 avatar Jan 30 '23 17:01 alan412

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)

Windwoes avatar Jan 30 '23 20:01 Windwoes