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

AP_Mount, AP_Camera: Load CAMERA_INFORMATION from JSON #27594

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4f42042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2fffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce96cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18a58c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f666a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b217d89 View commit details
    Browse the repository at this point in the history
  7. AP_Mount: Update send_camera_information() to return bool

    Allows base AP_Camera driver to send this message if not sent by the AP_Mount driver.
    nexton-winjeel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb5b197 View commit details
    Browse the repository at this point in the history
  8. AP_Mount: Update video_stream_information() to return bool

    Allows base AP_Camera driver to send this message if not sent by the AP_Mount driver.
    nexton-winjeel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    99c10e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. AP_Camera: In backend, load MAVLink msg content from JSON

    Loads the contents of the following messages from JSON files:
        - CAMERA_INFORMATION
        - VIDEO_STREAM_INFORMATION
    nexton-winjeel committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b2fac7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e92d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dad119 View commit details
    Browse the repository at this point in the history
  4. AP_Camera: Remove support for multiple instances of JSON messages

    ArduPilot doesn't disambiguate MAVLink Camera messages between backends, so don't bother supporting multiple JSON definitions.
    nexton-winjeel committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6ba6f1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a564f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed49e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a44abe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ceaeb71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    112184d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8403ca8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40a132f View commit details
    Browse the repository at this point in the history