-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Describe what you want to implement and what the issue & the steps to reproduce it are:
I am currently working with the Basler ace 2 R (a2A1920-160ucBAS) camera and have successfully set up the pylon SDK following the instructions from the GitHub repository, using the humble branch. However, I am facing an issue with the configuration parameters for continuous brightness, auto exposure, and auto gain control.
I have set the following parameters in the configuration file:
brightness_continuous: true
exposure_auto: true
gain_auto: true
Despite these settings, the camera is not adjusting to different lighting conditions or environments. The image brightness, exposure, and gain do not adapt as expected.
Steps to reproduce:
Set the configuration parameters in the YAML file as mentioned above.
Run the launch camera with the pylon driver in the ROS environment.
Observe that the camera does not adapt to changes in lighting or exposure.
Hardware setup description
Camera: Basler ace 2 R (a2A1920-160ucBAS)
PC/Embedded system: Jetson Orin AGX
Operating System: Ubuntu 22
RAM: 64G
CPU architecture: ARM64
Interfaces used: USB
Runtime information
I have the full Basler pylon Camera Software Suite installed.
ROS version: ROS2 Humble
Camera works in the Basler pylon Viewer on the platform, and the settings there seem to be functional.Is your camera operational with the Basler pylon Viewer on your platform?
Yes