Commit 558e1043 authored by Gus Grubba's avatar Gus Grubba

Error messages

parent a9621d2b
...@@ -407,6 +407,12 @@ QGCCameraControl::_mavCommandResult(int vehicleId, int component, int command, i ...@@ -407,6 +407,12 @@ QGCCameraControl::_mavCommandResult(int vehicleId, int component, int command, i
_setVideoStatus(VIDEO_CAPTURE_STATUS_STOPPED); _setVideoStatus(VIDEO_CAPTURE_STATUS_STOPPED);
break; break;
} }
} else {
if(noReponseFromVehicle) {
qCDebug(CameraControlLog) << "No response for" << command;
} else {
qCDebug(CameraControlLog) << "Bad response for" << command;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment