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

camera: support multiple cameras within one instance #2386

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. camera: support multiple cameras within one instance

    This changes the API to support more than one camera within one
    camera plugin instance.
    
    This will enable multiple cameras in language wrappers instead of just
    C++ as it is now.
    
    Work in progress ...
    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    48416e2 View commit details
    Browse the repository at this point in the history
  2. core compiling and linking

    Still a mess, needs system tests.
    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a90d59e View commit details
    Browse the repository at this point in the history
  3. more system tests

    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    06f7b27 View commit details
    Browse the repository at this point in the history
  4. better system tests

    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    99b83b3 View commit details
    Browse the repository at this point in the history
  5. camera wip

    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1ff8b83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    373d178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6076b02 View commit details
    Browse the repository at this point in the history
  8. Fixup unit tests

    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a55ba6f View commit details
    Browse the repository at this point in the history
  9. camera: fix format storage

    julianoes committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5256d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    74e1914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb7560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c235318 View commit details
    Browse the repository at this point in the history
  4. camera: use component ID instead of camera ID

    This is required because the camera ID would change when a potential
    camera in our list suddenly becomes valid and hence changes the index.
    julianoes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b3c7f47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    464c75f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db5fdd6 View commit details
    Browse the repository at this point in the history