Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera stream server can only have one source selected #585

Open
alan412 opened this issue Jan 30, 2023 · 1 comment
Open

Camera stream server can only have one source selected #585

alan412 opened this issue Jan 30, 2023 · 1 comment

Comments

@alan412
Copy link

alan412 commented Jan 30, 2023

According to EasyOpenCV, this is an issue with the driver station: OpenFTC/EasyOpenCV#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
Copy link
Member

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 Windwoes changed the title DriverStation ignores splitting viewport IDs Camera stream server can only have one source selected Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants