-
Notifications
You must be signed in to change notification settings - Fork 28
Add config fields for Trigger mode for GenTL #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
C-Achard
wants to merge
25
commits into
cy/feature-triggers
Choose a base branch
from
cy/gentl-trigger-config
base: cy/feature-triggers
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
395352d
Add GenTL hardware trigger support
C-Achard 5ea687b
Handle camera trigger defaults & trigger-aware startup
C-Achard 9132ddf
Improve signal handling and graceful shutdown
C-Achard c9d2811
Add GenTL trigger tests and fake node map
C-Achard 6d8824e
Respect user camera order for display/tiling
C-Achard df1a201
tests: preserve display order and add MultiCamera tests
C-Achard 424fe16
Mock _maybe_allow_keyboard_interrupt in GUI tests
C-Achard c6ea7ad
Support strict GenTL trigger and defaults
C-Achard 38a4166
Apply gentl trigger defaults when saving
C-Achard 9fd218c
Don't sort available camera IDs
C-Achard e8ce43f
Preserve DLC config using model_copy
C-Achard d57f9c3
Warn when GenTL TriggerMode fails to enable
C-Achard 5b02e2a
Improve GenTL trigger routing safety and tests
C-Achard a1e9da1
Cap hardware-trigger fetch timeout and update tests
C-Achard 36ae680
Interruptible camera waits; simplify config save
C-Achard e5f77a1
Potential fix for pull request finding
C-Achard f4726b8
Fix broken suggestion
C-Achard b067c0e
Resolve 'auto' trigger source in GenTL backend
C-Achard ac865f4
Fix display tests
C-Achard 88696c1
Update test_multicam_controller.py
C-Achard e597464
Fix duplication
C-Achard bc19066
Refine GenTL trigger timeout handling
C-Achard 85b6de6
Use CameraTriggerSettings for trigger role
C-Achard f58279f
Fix incorrect test expectations
C-Achard ed74bd2
Update multi_camera_controller.py
C-Achard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both seem to use the same GenTL path and start priority at the moment (only the role string differs) is that correct? Just double checking if this is intentional (I can imagine that it will be useful later)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in e.g. Basler the distinction is more useful (though I skipped the software/external wiring in the Basler PR for now)