* Feature/update-build-configs
* updated build configs
* changed dependency: `opencv-contrib-python-headless` -> `opencv-python-headless`
* fixed deprecation warning on np.fromstring()
* updated Input.read() functions to propagate their exceptions; updated unit tests
* with the recent version of ffmpeg, cam.open() returns None instead of an exception if input is not found, leaving cam.read() to raise an exception which was originally being caught
* updated licenses, readme, and fossa pipeline
* Bugfix/read write stop logic (54)
* fix potential missed/leftover frame writes on stream stop