Skip to content

Commit

Permalink
Add Reverse and VideoMode Chameleon config params
Browse files Browse the repository at this point in the history
 - ReverseX/Y params flip the image as expected. This changes the pixel
 format accordingly (e.g. BayerRG8 -> BayerBG8 for an X and Y flip)
 - Video Mode options can affect effective resolution, frame rate and
 brightness depending on camera model, please check the documentation.
  • Loading branch information
GreatAlexander committed Nov 20, 2024
1 parent 5ea9446 commit 66d8f13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spinnaker_camera_driver/config/chameleon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ parameters:
# Some formats are e.g. "Mono8", "BayerRG8", "BGR8", "BayerRG16"
# default is "BayerRG8"
node: ImageFormatControl/PixelFormat
- name: reverse_x
type: bool
node: ImageFormatControl/ReverseX
- name: reverse_y
type: bool
node: ImageFormatControl/ReverseY
- name: video_mode
type: enum
# allowed video modes: Mode0, Mode4, Mode5, Mode7
node: ImageFormatControl/VideoMode
#
# -------- analog control
#
Expand Down

0 comments on commit 66d8f13

Please sign in to comment.