Skip to content

Commit

Permalink
Merge pull request #1311 from mavlink/fix-video-stream-info
Browse files Browse the repository at this point in the history
Fix video stream info
  • Loading branch information
julianoes authored Feb 8, 2021
2 parents 14c5154 + 944e5fd commit 96e676c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/camera/camera_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,9 @@ void CameraImpl::process_video_information(const mavlink_message_t& message)
video_stream_info.rotation_deg = received_video_info.rotation;
video_stream_info.uri = received_video_info.uri;
_video_stream_info.available = true;

notify_video_stream_info();
}

notify_video_stream_info();
}

void CameraImpl::process_flight_information(const mavlink_message_t& message)
Expand Down

0 comments on commit 96e676c

Please sign in to comment.