LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tests/test_frame_filter/__init__.py
tests/test_video_cli/__init__.py
tests/test_video_cli/test_get_frame_filter.py
tests/test_video_cli/test_get_metrics_handler.py
tests/test_video_cli/test_get_video_processor.py
tests/test_video_cli/test_get_video_stream.py
tests/test_video_cli/test_get_video_transport.py
tests/test_video_cli/test_parse_configuration.py
tests/test_video_cli/test_run_pipeline.py
tests/test_video_cli/test_video_cli.py
tests/test_video_performance/__init__.py
tests/test_video_performance/test_video_performance.py
tests/test_video_processor/__init__.py
tests/test_video_processor/test_video_processor.py
tests/test_video_stream/__init__.py
tests/test_video_stream/test_pi_video_stream.py
tests/test_video_stream/test_video_frame_collector.py
tests/test_video_stream/test_video_stream.py
tests/test_video_transport/__init__.py
tests/test_video_transport/test_tcp_video_transport.py
tests/test_video_transport/test_video_transport.py
video_pipeline/__init__.py
video_pipeline.egg-info/PKG-INFO
video_pipeline.egg-info/SOURCES.txt
video_pipeline.egg-info/dependency_links.txt
video_pipeline.egg-info/entry_points.txt
video_pipeline.egg-info/requires.txt
video_pipeline.egg-info/top_level.txt
video_pipeline/frame_filter/__init__.py
video_pipeline/frame_filter/color_filter.py
video_pipeline/frame_filter/find_edges.py
video_pipeline/frame_filter/gray_scale.py
video_pipeline/video_cli/__init__.py
video_pipeline/video_cli/__main__.py
video_pipeline/video_cli/get_frame_filter.py
video_pipeline/video_cli/get_metrics_handler.py
video_pipeline/video_cli/get_video_processor.py
video_pipeline/video_cli/get_video_stream.py
video_pipeline/video_cli/get_video_transport.py
video_pipeline/video_cli/parse_configuration.py
video_pipeline/video_cli/run_pipeline.py
video_pipeline/video_performance/__init__.py
video_pipeline/video_processor/__init__.py
video_pipeline/video_processor/parallel_video_processor.py
video_pipeline/video_processor/serial_video_processor.py
video_pipeline/video_stream/__init__.py
video_pipeline/video_stream/os_video_stream.py
video_pipeline/video_stream/pi_video_stream.py
video_pipeline/video_stream/video_frame_collector.py
video_pipeline/video_transport/__init__.py
video_pipeline/video_transport/tcp_video_transport.py
video_pipeline/video_transport/visvis_video_transport.py