Skip to content

Commit

Permalink
Remove "NOT TESTED" from tested Chameleon params
Browse files Browse the repository at this point in the history
 - Tested with `CM3-U3-50S5C` camera model, `trigger_source: "Line0"`
 and `trigger_selector: "FrameStart"`
  • Loading branch information
GreatAlexander authored and berndpfrommer committed Nov 20, 2024
1 parent e4629e1 commit 76fe2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker_camera_driver/config/chameleon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ parameters:
- name: frame_rate
type: float
node: AcquisitionControl/AcquisitionFrameRate
- name: trigger_selector # NOT TESTED
- name: trigger_selector
type: enum
# valid values are e.g. "FrameStart", "ExposureActive"
node: AcquisitionControl/TriggerSelector
- name: trigger_source # NOT TESTED
- name: trigger_source
type: enum
# valid values are "Software", "Line<0,2,3>"
node: AcquisitionControl/TriggerSource
Expand Down

0 comments on commit 76fe2ff

Please sign in to comment.