This used to only represent the camera, but now that we're also interacting with the controller i.e. checking controller voltage etc this should be renamed to hardware. This also more consistent with the isUp method, which provide status of the hardware system as a whole, not just a camera. Currently calls to s.camera.isUp() don't make as much sense.
This used to only represent the camera, but now that we're also interacting with the controller i.e. checking controller voltage etc this should be renamed to
hardware. This also more consistent with theisUpmethod, which provide status of the hardware system as a whole, not just a camera. Currently calls tos.camera.isUp()don't make as much sense.