Two shuffleboard questions

Hello,
Is it possible to create translucent widgets in shuffleboard? It woild be neat to be able to overlay widgets on a camera stream.

Also, is it possible to change the aspect ratio of the camera feed, and remove the surrounding box?

We are envisioning a full screen camera feed with some HUD style widgets for a sandstorm tab. Is this possible in shuffleboard?

I dont think it’s at all possible to make something transparent in shuffle board or overlay widgets.

You can always change the resolution of the camera through your robot code but I believe all widgets are bound to the grid. You should be able to hide the grid, though.

For sandstorm, you can have a tab dedicated to it, then switch the tab programmatically when going into teleop. That’s the closest I think you can get to what you want.

1 Like