Changed frame_handler_thread to VideoHandlerThread class. Added display_callbacks. Added frame_handler documentation. Added display function. Added set_global_frames_dict. Update VideoHandlerThread to use callback list. Added tests. Used tests as examples in readme. Updated pypi readme.

This commit is contained in:
SimLeek
2018-08-09 21:48:12 -07:00
parent 4d77770d92
commit e98e897bac
8 changed files with 209 additions and 66 deletions

View File

@ -20,6 +20,7 @@ setup(
version=version,
description='',
long_description=readme,
long_description_content_type='text/markdown',
author='SimLeek',
author_email='josh.miklos@gmail.com',
maintainer='SimLeek',