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

CameraServer tab not populating camera streams automatically. #824

Closed
mathewdunne opened this issue Feb 5, 2025 · 0 comments · Fixed by #825
Closed

CameraServer tab not populating camera streams automatically. #824

mathewdunne opened this issue Feb 5, 2025 · 0 comments · Fixed by #825

Comments

@mathewdunne
Copy link

Describe the bug
The CameraServer tab is not displaying any camera streams until after a camera is dragged into the UI from NetworkTables/CameraPublisher. Once a camera entity (network tables tree) is dragged into the UI, that stream will appear in CameraServer. Only the stream that was added the UI shows up though, so each camera feed that I want to add needs to be added in 2 steps like this. The screenshots show what I did in order and the result after each step.

This issue is not present in Shuffleboard 2024.3.2. I tested on multiple computers and had the same repeatable issue each time.

To Reproduce
Steps to reproduce the behavior:

  1. Simulate/run a robot project that publishes camera streams.
  2. Open the CameraServer tab
  3. No streams are displayed
  4. Drag an item from /CameraPublisher into the tab
  5. Check CameraServer to see that camera's stream available now

Expected behavior
The camera streams should be populated in CameraServer by default, the way it worked in 2024. It is incredibly inconvenient to have to do this every time shuffleboard is relaunched.

Screenshots
CameraServer tab with no streams:
Image

CameraPublisher entry added to view:
Image

Camera now shows up in CameraServer (other 3 cameras still are not there, each of them need to be dragged out individually):
Image

Desktop (please complete the following information):

  • OS: Windows 10 & 11 (tested on both)
  • Java version 17.0.12+7 --Eclipse Adoptium
  • Version 2025.2.1

Additional context
Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant