LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
onvif_gui/__init__.py
onvif_gui/enums.py
onvif_gui/glwidget.py
onvif_gui/main.py
onvif_gui/manager.py
onvif_gui/player.py
onvif_gui/server.py
onvif_gui.egg-info/PKG-INFO
onvif_gui.egg-info/SOURCES.txt
onvif_gui.egg-info/dependency_links.txt
onvif_gui.egg-info/entry_points.txt
onvif_gui.egg-info/requires.txt
onvif_gui.egg-info/top_level.txt
onvif_gui/components/__init__.py
onvif_gui/components/comboselector.py
onvif_gui/components/directoryselector.py
onvif_gui/components/diskmanager.py
onvif_gui/components/fileselector.py
onvif_gui/components/infodialog.py
onvif_gui/components/progress.py
onvif_gui/components/target.py
onvif_gui/components/thresholdslider.py
onvif_gui/components/warningbar.py
onvif_gui/panels/__init__.py
onvif_gui/panels/audio/__init__.py
onvif_gui/panels/audio/audiopanel.py
onvif_gui/panels/audio/modules/__init__.py
onvif_gui/panels/audio/modules/sample.py
onvif_gui/panels/camera/__init__.py
onvif_gui/panels/camera/cameralist.py
onvif_gui/panels/camera/camerapanel.py
onvif_gui/panels/camera/datastructures.py
onvif_gui/panels/camera/imagetab.py
onvif_gui/panels/camera/logindialog.py
onvif_gui/panels/camera/networktab.py
onvif_gui/panels/camera/ptztab.py
onvif_gui/panels/camera/snapshot.py
onvif_gui/panels/camera/systemtab.py
onvif_gui/panels/camera/videotab.py
onvif_gui/panels/file/__init__.py
onvif_gui/panels/file/controlpanel.py
onvif_gui/panels/file/filepanel.py
onvif_gui/panels/file/searchdialog.py
onvif_gui/panels/file/treeview.py
onvif_gui/panels/picture/__init__.py
onvif_gui/panels/picture/picturepanel.py
onvif_gui/panels/settings/__init__.py
onvif_gui/panels/settings/alarm.py
onvif_gui/panels/settings/discover.py
onvif_gui/panels/settings/general.py
onvif_gui/panels/settings/proxy.py
onvif_gui/panels/settings/settingspanel.py
onvif_gui/panels/settings/storage.py
onvif_gui/panels/video/__init__.py
onvif_gui/panels/video/videopanel.py
onvif_gui/panels/video/modules/__init__.py
onvif_gui/panels/video/modules/motion.py
onvif_gui/panels/video/modules/settings.py
onvif_gui/panels/video/modules/yolox.py
onvif_gui/panels/video/modules/common/__init__.py
onvif_gui/panels/video/modules/yolox/__init__.py
onvif_gui/panels/video/modules/yolox/models/__init__.py
onvif_gui/panels/video/modules/yolox/models/build.py
onvif_gui/panels/video/modules/yolox/models/darknet.py
onvif_gui/panels/video/modules/yolox/models/losses.py
onvif_gui/panels/video/modules/yolox/models/network_blocks.py
onvif_gui/panels/video/modules/yolox/models/yolo_fpn.py
onvif_gui/panels/video/modules/yolox/models/yolo_head.py
onvif_gui/panels/video/modules/yolox/models/yolo_pafpn.py
onvif_gui/panels/video/modules/yolox/models/yolox.py
onvif_gui/panels/video/modules/yolox/utils/__init__.py
onvif_gui/panels/video/modules/yolox/utils/utils.py
onvif_gui/protocols/__init__.py
onvif_gui/protocols/client.py
onvif_gui/protocols/listen.py
onvif_gui/protocols/server.py
onvif_gui/resources/LICENSE
onvif_gui/resources/__init__.py
onvif_gui/resources/alarm_plain.png
onvif_gui/resources/alarm_recording.gif
onvif_gui/resources/apply.png
onvif_gui/resources/apply_hi.png
onvif_gui/resources/apply_lo.png
onvif_gui/resources/audio.png
onvif_gui/resources/audio_hi.png
onvif_gui/resources/audio_lo.png
onvif_gui/resources/branch_closed.png
onvif_gui/resources/branch_closed_hi.png
onvif_gui/resources/branch_closed_lo.png
onvif_gui/resources/branch_open.png
onvif_gui/resources/branch_open_hi.png
onvif_gui/resources/branch_open_lo.png
onvif_gui/resources/checked.png
onvif_gui/resources/checked_hi.png
onvif_gui/resources/checked_lo.png
onvif_gui/resources/darkstyle.qss
onvif_gui/resources/discover.png
onvif_gui/resources/discover_hi.png
onvif_gui/resources/discover_lo.png
onvif_gui/resources/drops.mp3
onvif_gui/resources/event.png
onvif_gui/resources/event_hi.png
onvif_gui/resources/event_lo.png
onvif_gui/resources/fast-forward.png
onvif_gui/resources/fast-forward_hi.png
onvif_gui/resources/fast-forward_lo.png
onvif_gui/resources/full_screen.png
onvif_gui/resources/full_screen_hi.png
onvif_gui/resources/full_screen_lo.png
onvif_gui/resources/help.png
onvif_gui/resources/help_hi.png
onvif_gui/resources/help_lo.png
onvif_gui/resources/history.png
onvif_gui/resources/history_hi.png
onvif_gui/resources/history_lo.png
onvif_gui/resources/idle_lo.png
onvif_gui/resources/loud.mp3
onvif_gui/resources/mac_icon.png
onvif_gui/resources/mute.png
onvif_gui/resources/mute_hi.png
onvif_gui/resources/mute_lo.png
onvif_gui/resources/next.png
onvif_gui/resources/next_hi.png
onvif_gui/resources/next_lo.png
onvif_gui/resources/normal.png
onvif_gui/resources/normal_hi.png
onvif_gui/resources/normal_lo.png
onvif_gui/resources/onvif-gui.ico
onvif_gui/resources/onvif-gui.png
onvif_gui/resources/pause.png
onvif_gui/resources/pause_hi.png
onvif_gui/resources/pause_lo.png
onvif_gui/resources/ping.mp3
onvif_gui/resources/plain_recording.gif
onvif_gui/resources/play.png
onvif_gui/resources/play_all.png
onvif_gui/resources/play_all_hi.png
onvif_gui/resources/play_all_lo.png
onvif_gui/resources/play_hi.png
onvif_gui/resources/play_lo.png
onvif_gui/resources/previous.png
onvif_gui/resources/previous_hi.png
onvif_gui/resources/previous_lo.png
onvif_gui/resources/radio-off.png
onvif_gui/resources/radio-off_hi.png
onvif_gui/resources/radio-off_lo.png
onvif_gui/resources/radio-on.png
onvif_gui/resources/radio-on_hi.png
onvif_gui/resources/radio-on_lo.png
onvif_gui/resources/record.png
onvif_gui/resources/record_hi.png
onvif_gui/resources/record_lo.png
onvif_gui/resources/recording.png
onvif_gui/resources/recording_hi.png
onvif_gui/resources/recording_lo.png
onvif_gui/resources/refresh.png
onvif_gui/resources/refresh_hi.png
onvif_gui/resources/refresh_lo.png
onvif_gui/resources/rewind.png
onvif_gui/resources/rewind_hi.png
onvif_gui/resources/rewind_lo.png
onvif_gui/resources/search.png
onvif_gui/resources/search_hi.png
onvif_gui/resources/search_lo.png
onvif_gui/resources/small_arrow_left.png
onvif_gui/resources/small_arrow_left_hi.png
onvif_gui/resources/small_arrow_left_lo.png
onvif_gui/resources/small_arrow_up.png
onvif_gui/resources/small_arrow_up_hi.png
onvif_gui/resources/small_arrow_up_lo.png
onvif_gui/resources/snapshot.png
onvif_gui/resources/snapshot_hi.png
onvif_gui/resources/snapshot_lo.png
onvif_gui/resources/spinner.gif
onvif_gui/resources/stop.png
onvif_gui/resources/stop_all.png
onvif_gui/resources/stop_all_hi.png
onvif_gui/resources/stop_all_lo.png
onvif_gui/resources/stop_hi.png
onvif_gui/resources/stop_lo.png
onvif_gui/resources/unchecked.png
onvif_gui/resources/unchecked_hi.png
onvif_gui/resources/unchecked_lo.png