Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8efc257
Basler backend: device discovery & fixes
C-Achard Feb 12, 2026
1ea3c3b
Refactor preview restart logic, add logging
C-Achard Feb 12, 2026
c17e1f2
Remove optional transforms from Basler backend
C-Achard Feb 12, 2026
af3564f
Refine crop validation and camera UI commit flow
C-Achard Feb 12, 2026
55e5c52
Show dirty state for Apply Settings button
C-Achard Feb 12, 2026
4f77655
Basler: better exposure/gain and stream reset
C-Achard Feb 12, 2026
ff797b2
Suppress selection side-effects and block signals
C-Achard Feb 12, 2026
4404f78
Robust GUI test teardown; block QMessageBox
C-Achard Feb 12, 2026
abed9d1
Cancel probe worker and copy QImage
C-Achard Feb 12, 2026
6db3f74
Improve preview handling and refactor tests
C-Achard Feb 12, 2026
be27cc4
Make camera dialog tests deterministic
C-Achard Feb 12, 2026
48faa41
Refactor camera config dialog and reduce code duplication (#46)
C-Achard Feb 13, 2026
262d558
Wait for scan completion in max cameras test
C-Achard Feb 16, 2026
38005ab
Add color/colormap UI and refactor layouts
C-Achard Feb 16, 2026
4cac077
Refactor color combos & add sizing behavior
C-Achard Feb 16, 2026
12f3c4b
Handle SIGINT and use compact combo widgets
C-Achard Feb 16, 2026
81b0f4e
Log keyboard interrupt on quit
C-Achard Feb 16, 2026
e9b5d52
Make controls dockable and refine UI layout
C-Achard Feb 16, 2026
60da747
Make controls dock closable and transparent title
C-Achard Feb 16, 2026
c29e8ca
Disable dock close; add Show controls action
C-Achard Feb 16, 2026
e480b28
Merge pull request #47 from DeepLabCut/cy/ux-tweaks
C-Achard Feb 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dlclivegui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MultiCameraSettings,
RecordingSettings,
)
from .gui.camera_config_dialog import CameraConfigDialog
from .gui.camera_config.camera_config_dialog import CameraConfigDialog
from .gui.main_window import DLCLiveMainWindow
from .main import main
from .services.multi_camera_controller import MultiCameraController, MultiFrameData
Expand Down
Loading