|
|
|
@ -32,8 +32,8 @@
@@ -32,8 +32,8 @@
|
|
|
|
|
const AP_Param::GroupInfo AP_RunCam::var_info[] = { |
|
|
|
|
// @Param: TYPE
|
|
|
|
|
// @DisplayName: RunCam device type
|
|
|
|
|
// @Description: RunCam deviee type used to determine OSD menu structure and shutter options
|
|
|
|
|
// @Values: 0:Disabled, 1:RunCam Split
|
|
|
|
|
// @Description: RunCam deviee type used to determine OSD menu structure and shutter options.
|
|
|
|
|
// @Values: 0:Disabled, 1:RunCam Split Micro/RunCam with UART, 2:RunCam Split
|
|
|
|
|
AP_GROUPINFO_FLAGS("TYPE", 1, AP_RunCam, _cam_type, int(DeviceType::Disabled), AP_PARAM_FLAG_ENABLE), |
|
|
|
|
|
|
|
|
|
// @Param: FEATURES
|
|
|
|
|