Skip to content

Commit

Permalink
Re-order Chameleon config params to match Blackfly
Browse files Browse the repository at this point in the history
 - Match Chameleon param order with Blackfly config params
  • Loading branch information
GreatAlexander committed Nov 20, 2024
1 parent 66d8f13 commit d162adc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spinnaker_camera_driver/config/chameleon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ parameters:
#
# --------- image format control
#
- name: offset_x
type: int
node: ImageFormatControl/OffsetX
- name: offset_y
type: int
node: ImageFormatControl/OffsetY
- name: image_width
type: int
node: ImageFormatControl/Width
- name: image_height
type: int
node: ImageFormatControl/Height
- name: pixel_format
type: enum
# Check available values with SpinView. Not all are supported by ROS!
# Some formats are e.g. "Mono8", "BayerRG8", "BGR8", "BayerRG16"
# default is "BayerRG8"
node: ImageFormatControl/PixelFormat
- name: image_width
type: int
node: ImageFormatControl/Width
- name: image_height
type: int
node: ImageFormatControl/Height
- name: offset_x
type: int
node: ImageFormatControl/OffsetX
- name: offset_y
type: int
node: ImageFormatControl/OffsetY
- name: reverse_x
type: bool
node: ImageFormatControl/ReverseX
Expand Down

0 comments on commit d162adc

Please sign in to comment.