Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous camera controls, IMX582/IMX586 on-sensor HDR #972

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    41feacd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. FW: IMX378/IMX582 manual ISO up to 3200, handle miscellaneous controls:

    .initialControl.setMisc("downsampling-mode", "binning")  # default: "scaling"
    .initialControl.setMisc("binning-mode", "sum")  # default: "avg"
    
    Max FPS for IMX378 1080p back to 118 (from 60) with binning enabled
    alex-luxonis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3a202c7 View commit details
    Browse the repository at this point in the history
  2. FW: IMX378/IMX582 manual ISO up to 35000, higher than 3200 only with …

    …misc control:
    
    .initialControl.setMisc("manual-exposure-handling", "fast")
    alex-luxonis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7dfa8ea View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. FW: IMX586 on-sensor HDR, with new misc controls:

    .initialControl.setMisc("hdr-exposure-ratio", 4) # enables HDR when set `> 1`, current options: 2, 4, 8
    .initialControl.setMisc("hdr-local-tone-weight", 75) # default 75, range 0..100
    alex-luxonis committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f02126f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    378a690 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    b58beda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    669f067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d7ae5 View commit details
    Browse the repository at this point in the history
  4. "high-conversion-gain" camera misc control for IMX462 and IMX678, ena…

    …bled by default. Values: 0, 1, can also change during streaming
    alex-luxonis committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2595d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    198c6bc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. FW: IMX678 binning option (1080p, 60fps), IMX582 HDR:

    - better config for 10fps HDR
    - runtime configurable hdr-exposure-ratio (1,2,4,8), hdr-local-tone-weight (0..1, float normalized)
    alex-luxonis committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ffd129f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    694710e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. FW: update after merge, add "3a-follow" misc control:

    ```
    cam["cama"].initialControl.setMisc("3a-follow", dai.CameraBoardSocket.CAM_A)
    cam["camb"].initialControl.setMisc("3a-follow", dai.CameraBoardSocket.CAM_B)
    ```
    
    generic fast manual exposure (for all sensors)
    alex-luxonis committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    73a77d4 View commit details
    Browse the repository at this point in the history