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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 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.
    
    Contains several changes:
    - Support MavlinkFTP for camera definition files.
    - Disable photo capture list for now (would need server support
      and system test testing).
    - Move camera integration tests to system tests.
    - Remove leftover logging integration test.
    - Remove camera mavsdk_server tests because it was too hard too adapt it
      all.
    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4eac76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b98bda View commit details
    Browse the repository at this point in the history
  3. third_party: update cURL

    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3ffbe63 View commit details
    Browse the repository at this point in the history
  4. third_party: update openssl

    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7a8835f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    514a2c4 View commit details
    Browse the repository at this point in the history
  6. third_party: trying to get curl to link

    It complains about undefined reference to dlopen, etc.
    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    04b26eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dad4bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be0ad8e View commit details
    Browse the repository at this point in the history
  9. third_party: don't bother with https

    Getting the OpenSSL dependency to work with cURL is too hard for me.
    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f285036 View commit details
    Browse the repository at this point in the history
  10. core: try different types

    julianoes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e973599 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    2f8c5b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41070a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    cc93a46 View commit details
    Browse the repository at this point in the history
  2. DEBUG CI

    julianoes committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    52f79ff View commit details
    Browse the repository at this point in the history
  3. DEBUG

    julianoes committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f869ec2 View commit details
    Browse the repository at this point in the history
  4. ASAN

    julianoes committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1b2b2d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df32e98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b12969c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

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