PR #295 added support for RPanion Server to take pictures and record videos to the SD Card. It would be a nice enhancement if these actions could be triggered from the autopilot (running ArduPilot)
The user focused AP Camera setup wiki is here but in short users set CAM1_TYPE = 5 (MAVLink) or 6 (MAVLinkCamV2). The latter is the more feature complete driver so this is preferred.
For 6/MAVLinkCamV2 driver, the issue is likely that AP is not receiving a message it needs to find the camera.
Some references that may help:
PR #295 added support for RPanion Server to take pictures and record videos to the SD Card. It would be a nice enhancement if these actions could be triggered from the autopilot (running ArduPilot)
The user focused AP Camera setup wiki is here but in short users set CAM1_TYPE = 5 (MAVLink) or 6 (MAVLinkCamV2). The latter is the more feature complete driver so this is preferred.
For 6/MAVLinkCamV2 driver, the issue is likely that AP is not receiving a message it needs to find the camera.
Some references that may help: