AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/keep/authors.rst
docs/keep/contributing.rst
forms/camera_control.ui
forms/camera_data.ui
forms/main_window.ui
images/exit.svg
images/smm_logo_sm.png
spot_motion_monitor/__init__.py
spot_motion_monitor.egg-info/PKG-INFO
spot_motion_monitor.egg-info/SOURCES.txt
spot_motion_monitor.egg-info/dependency_links.txt
spot_motion_monitor.egg-info/entry_points.txt
spot_motion_monitor.egg-info/not-zip-safe
spot_motion_monitor.egg-info/requires.txt
spot_motion_monitor.egg-info/top_level.txt
spot_motion_monitor/camera/__init__.py
spot_motion_monitor/camera/base_camera.py
spot_motion_monitor/camera/gaussian_camera.py
spot_motion_monitor/controller/__init__.py
spot_motion_monitor/controller/camera_controller.py
spot_motion_monitor/controller/data_controller.py
spot_motion_monitor/controller/plot_controller.py
spot_motion_monitor/models/__init__.py
spot_motion_monitor/models/full_frame_model.py
spot_motion_monitor/utils/__init__.py
spot_motion_monitor/utils/constants.py
spot_motion_monitor/utils/exceptions.py
spot_motion_monitor/utils/frame_information.py
spot_motion_monitor/utils/status_bar_updater.py
spot_motion_monitor/views/__init__.py
spot_motion_monitor/views/camera_control_widget.py
spot_motion_monitor/views/camera_data_widget.py
spot_motion_monitor/views/camera_plot_widget.py
spot_motion_monitor/views/main_window.py
tests/__init__.py
tests/camera/__init__.py
tests/camera/test_base_camera.py
tests/camera/test_gaussian_camera.py
tests/controller/__init__.py
tests/controller/test_camera_controller.py
tests/controller/test_data_controller.py
tests/controller/test_plot_controller.py
tests/models/__init__.py
tests/models/test_full_frame_model.py
tests/views/__init__.py
tests/views/test_camera_control_widget.py
tests/views/test_camera_data_widget.py
tests/views/test_camera_plot_widget.py
tests/views/test_main_window.py