Currently, instrument.camera.Camera is a concrete class that talks to OpenCV cameras. We should really rearrange so that Camera is a generic (abstract) instrument that defines useful things for cameras to do, perhaps along with a GUI, and move the OpenCV code to instrument.camera.opencv.OpenCVCamera.
Currently, instrument.camera.Camera is a concrete class that talks to OpenCV cameras. We should really rearrange so that Camera is a generic (abstract) instrument that defines useful things for cameras to do, perhaps along with a GUI, and move the OpenCV code to instrument.camera.opencv.OpenCVCamera.