mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
camera_trigger : do not log test shots from GCS
This commit is contained in:
committed by
Lorenz Meier
parent
2e92a3946d
commit
b665737aca
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user