mirror of https://github.com/ArduPilot/ardupilot
Plane: send feedback to the GCS of pictures taken
This commit is contained in:
parent
92ead67d99
commit
fe9e68f88c
|
@ -613,6 +613,7 @@ static void do_take_picture()
|
|||
{
|
||||
#if CAMERA == ENABLED
|
||||
camera.trigger_pic();
|
||||
gcs_send_message(MSG_CAMERA_FEEDBACK);
|
||||
if (should_log(MASK_LOG_CAMERA)) {
|
||||
DataFlash.Log_Write_Camera(ahrs, gps, current_loc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue