Skip to content
Snippets Groups Projects
Commit b665737a authored by Mohammed Kabir's avatar Mohammed Kabir Committed by Lorenz Meier
Browse files

camera_trigger : do not log test shots from GCS

parent 2e92a394
No related branches found
No related tags found
No related merge requests found
......@@ -721,6 +721,11 @@ CameraTrigger::engage(void *arg)
// Trigger the camera
trig->_camera_interface->trigger(true);
if (trig->_test_shot) {
// do not send messages or increment frame count for test shots
return;
}
// Send camera trigger message. This messages indicates that we sent
// the camera trigger request. Does not guarantee capture.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment