Browse Source

AP_Camera: added note on DO_SET_CAM_TRIGG_DIST in docs

master
Andrew Tridgell 11 years ago
parent
commit
98d391efa0
  1. 2
      libraries/AP_Camera/AP_Camera.cpp

2
libraries/AP_Camera/AP_Camera.cpp

@ -42,7 +42,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] PROGMEM = { @@ -42,7 +42,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] PROGMEM = {
// @Param: TRIGG_DIST
// @DisplayName: Camera trigger distance
// @Description: Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the GPS position changes by this number of meters regardless of what mode the APM is in
// @Description: Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the GPS position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.
// @User: Standard
// @Range: 0 1000
AP_GROUPINFO("TRIGG_DIST", 4, AP_Camera, _trigg_dist, 0),

Loading…
Cancel
Save