Change SmartDashboard Properties

I have a camera object in my C++ dashboard and I would like to programmatically change the “Degrees Rotation” property that shows up when I open the properties section of the camera. Does anyone know of a way to do this? Would I have to create a camera object in my code and then send it to the dashboard? If so, how? Thanks!

EDIT: I just realized that the built in rotation actually leaves my view flipped about the x-axis. While this isn’t much of an issue, does anyone know how to feed variables to GRIP. For example, I could use a CV flip but I would still want to control it programmatically.