Skip to content

Missing Camera ParametersΒ #60

@daxatino

Description

@daxatino

Description:
The documentation page states:

Isaac ROS Argus Camera provides with several sensor capture and processing features, including AWB (auto-white-balance), AE (auto-exposure), and noise reduction.

However, in practice only the following parameters are visible/usable in the nvidia::isaac::ArgusCamera component:

- type: nvidia::isaac::ArgusCamera
  parameters:
    allocator: allocator
    left_camera_output: left_camera_output
    right_camera_output: left_camera_output
    camera_id: 0
    module_id: -1
    mode: 0
    framerate: 30
    fsync_type: 1
    camera_type: 0
    output_format: 0
    use_hw_timestamp: false
    camera_provider: global_camera_provider/global_camera_provider
    analog_gain_1: 1.0
    analog_gain_2: 1.0
    compute_brightness: false
    exposure_mode: auto
    exposure_time_1: 15000000
    exposure_time_2: 20000000
    isp_digital_gain: 10
    use_average_map: true
    cuda_stream_pool: stream

Problem:

  • There is no clear documentation on how to configure AWB and noise reduction. These are accessible via nvarguscamerasrc.
  • It is unclear whether these parameters are supported but undocumented, or not yet exposed in the Argus Camera GXF extension.

Request:

  • Clarify how to tune AWB and noise reduction, as these are not visible in the current parameter set.
  • If these features are not yet supported, could they be added in future releases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions