ardupilot/libraries/AP_Camera
Peter Barker d13a4579e3 AP_Camera: avoid using struct Location
clang reports this could be a problem when compiling under some EABIs.  Remove it from most places as it is just noise, replace with class where we want to avoid including Location.h
2023-02-04 22:51:54 +11:00
..
AP_Camera.cpp AP_Camera: fixed CAM_MIN_INTERVAL 2022-12-05 07:48:39 +11:00
AP_Camera.h AP_Camera: avoid using struct Location 2023-02-04 22:51:54 +11:00
AP_Camera_Logging.cpp AP_Camera: correct compilation for header changes 2022-09-27 09:26:45 +10:00
AP_Camera_SoloGimbal.cpp AP_Camera: make solo gimbal inclusion configurable per-board 2020-08-04 09:18:14 +10:00
AP_Camera_SoloGimbal.h AP_Camera: make solo gimbal inclusion configurable per-board 2020-08-04 09:18:14 +10:00
AP_Camera_config.h AP_Camera: add and use AP_CAMERA_ENABLED 2022-09-21 11:58:38 +10:00
AP_RunCam.cpp AP_Camera: add support for Runcam 2 4k 2023-01-31 17:57:40 +11:00
AP_RunCam.h AP_Camera: add support for Runcam 2 4k 2023-01-31 17:57:40 +11:00
LogStructure.h AP_Camera: Privatize AP_Camera 2021-02-02 10:10:17 +11:00