5iMX.com 我爱模型 玩家论坛 ——专业遥控模型和无人机玩家论坛(玩模型就上我爱模型,创始于2003年)

标题: MWC 两轴不支持舵机云台? [打印本页]

作者: 静止的风    时间: 2013-5-5 17:32
标题: MWC 两轴不支持舵机云台?
本帖最后由 静止的风 于 2013-5-6 12:38 编辑

MWC 两轴不支持舵机云台?

没有云台自稳这一项呀? (, 下载次数: 2)


作者: hjw0564335    时间: 2013-5-5 20:38
第一个咯

作者: lijingwei    时间: 2013-5-5 20:45
支持的。。


作者: 静止的风    时间: 2013-5-6 12:39
上了个图,没有云台自稳这一项呀?

作者: lijingwei    时间: 2013-5-6 20:58
config.h里面Camera Stabilisation要打开

作者: ywywxb    时间: 2013-5-6 21:15
同样想知道。

作者: 静止的风    时间: 2013-5-6 22:42
lijingwei 发表于 2013-5-6 20:58
config.h里面Camera Stabilisation要打开

有什么办法能快速找到这一项吗?


作者: lijingwei    时间: 2013-5-6 23:28
静止的风 发表于 2013-5-6 22:42
有什么办法能快速找到这一项吗?

config.h里面搜索Camera Stabilisation?


作者: ptlin    时间: 2013-5-7 09:02
持续关注中!

作者: 静止的风    时间: 2013-5-7 09:25
我试过它的搜索功能,好像不能单独搜索,要替换。我从头到尾看了一遍,没有你说的这一项,只有相机触发这一项,不知道是不是。

作者: lijingwei    时间: 2013-5-7 09:38
相机触发上面就是相机增稳了啊。。ctrl+f就是搜索,很好用啊。

作者: lijingwei    时间: 2013-5-7 09:40
/***********************          Cam Stabilisation             ***********************/
    /* The following lines apply only for a pitch/roll tilt stabilization system. Uncomment the first or second line to activate it */
    //#define SERVO_MIX_TILT
    //#define SERVO_TILT
    #define TILT_PITCH_MIN    1020    //servo travel min, don't set it below 1020
    #define TILT_PITCH_MAX    2000    //servo travel max, max value=2000
    #define TILT_PITCH_MIDDLE 1500    //servo neutral value
    #define TILT_PITCH_PROP   10      //servo proportional (tied to angle) ; can be negative to invert movement
    #define TILT_PITCH_AUX_CH AUX3    //AUX channel to overwrite CAM pitch (AUX1-AUX4), comment to disable manual input and free the AUX channel
    #define TILT_ROLL_MIN     1020
    #define TILT_ROLL_MAX     2000
    #define TILT_ROLL_MIDDLE  1500
    #define TILT_ROLL_PROP    10
    #define TILT_ROLL_AUX_CH  AUX4    //AUX channel to overwrite CAM Roll (AUX1-AUX4), comment to disable manual input and free the AUX channel

取消    //#define SERVO_TILT的注释就可以了
不用控只用增稳的话注释掉下面2行
   #define TILT_PITCH_AUX_CH AUX3    //AUX channel to overwrite CAM pitch (AUX1-AUX4), comment to disable manual input and free the AUX channel
  #define TILT_ROLL_AUX_CH  AUX4    //AUX channel to overwrite CAM Roll (AUX1-AUX4), comment to disable manual input and free the AUX channel
其他参数自己试吧。


作者: 孤侠独影    时间: 2013-5-7 09:43
按此打开
Cam Stabilisation             ***********************/
    /* The following lines apply only for a pitch/roll tilt stabilization system. Uncomment the first or second line to activate it */
    #define SERVO_MIX_TILT
    #define SERVO_TILT
    #define TILT_PITCH_MIN    1020    //servo travel min, don't set it below 1020
    #define TILT_PITCH_MAX    2000    //servo travel max, max value=2000
    #define TILT_PITCH_MIDDLE 1500    //servo neutral value
    #define TILT_PITCH_PROP   10      //servo proportional (tied to angle) ; can be negative to invert movement
    #define TILT_PITCH_AUX_CH AUX3    //AUX channel to overwrite CAM pitch (AUX1-AUX4), comment to disable manual input and free the AUX channel
    #define TILT_ROLL_MIN     1020
    #define TILT_ROLL_MAX     2000
    #define TILT_ROLL_MIDDLE  1500
    #define TILT_ROLL_PROP    10
    #define TILT_ROLL_AUX_CH  AUX4    //AUX channel to overwrite CAM Roll (AUX1-AUX4), comment to disable manual input and free the AUX channel

作者: 笨笨鸟    时间: 2013-5-7 09:59
关注中你探索

作者: 静止的风    时间: 2013-5-7 10:05
谢谢!回去试试。





欢迎光临 5iMX.com 我爱模型 玩家论坛 ——专业遥控模型和无人机玩家论坛(玩模型就上我爱模型,创始于2003年) (http://bbs.5imx.com/) Powered by Discuz! X3.3