Declaring the AxisCamera as a module level variable.
What would be the proper way to declare the AxisCamera class as a module level so that autonomous and teleop can use the same connection and we don't have to wait for a connection twice?
AxisCamera &camera = AxisCamera::GetInstance("10.12.51.11");
|