Details
Description
The /cameras RESTful service should be extended to check the currently connected cameras, compare them to our list of supported cameras, and return back a suitable response containing:
1. The status of the cameras and any associated error messages
2. The list of supported cameras, as JSON
As part of this work, we'll need to do some refactoring of the servers to accommodate this in a more reasonably-factored way, moving camera-related functionality into a Camera object.