I’m trying to get a still image (not a video) to pop up on the either SmartDashboard or Shuffleboard at a specific time during a match, but I’m not sure how to do it. Does anyone know how to program an image to pop up? I’m using Java.
I’m not sure how to auto add an image to the dashboard, however I think I read that the robot can change the active tab in shuffleboard, so perhaps have a second tab with the image ready and have the robot switch tabs at the right time. The other (and probably more complex) solution could be to use OpenCV or similar with a camera stream, and show the image at the right time that way.
Do you know how to have the image ready on a separate tab?
You could write a custom Shuffleboard plugin to add a widget that displays an image.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.