+ """Implement basic camera capabilities
+
+ This class has different implementations for different OS. On posix
+ systems it calls to opencv, on Windows to VideoCapture."""
+ # TODO what about win 64?
+ # TODO why not openCV on win?
+ # TODO document VideoCapture as a dependency