Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da55f47

Browse files
committed
4.8:32601/RunCam Button param renames
1 parent 1dd5d74 commit da55f47

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

common/source/docs/common-camera-runcam.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ArduPilot supports up to two cameras. For the rest of this article, it is assume
4141

4242
When the camera is connected correctly and the serial port configured correctly you will see a message similar to the following at boot: ``APM: RunCam initialized, features 0x0077, 2-key OSD`` otherwise you will see ``APM: RunCam device not found``.
4343

44-
- The camera must be powered and fully booted in order to accept commands. This can take some time and the delay between the autopilot booting and the camera being probed can be controlled through :ref:`CAM1_RC_BT_DELAY<CAM1_RC_BT_DELAY>`. The camera will be probed repeatedly until :ref:`CAM1_RC_BT_DELAY<CAM1_RC_BT_DELAY>` elapses, but once that has expired the camera will not be probed again.
44+
- The camera must be powered and fully booted in order to accept commands. This can take some time and the delay between the autopilot booting and the camera being probed can be controlled through :ref:`CAM1_RC_BTN_DELY<CAM1_RC_BTN_DELY>`. The camera will be probed repeatedly until :ref:`CAM1_RC_BTN_DELY<CAM1_RC_BTN_DELY>` elapses, but once that has expired the camera will not be probed again.
4545

4646
- Some split-style cameras support three modes - video standby, video start and picture mode. It is not possible to tell from the RunCam device protocol whether this is the type of camera in use and so this must be configured.
4747
- Set :ref:`CAM1_RC_TYPE<CAM1_RC_TYPE>` = "2".
@@ -51,6 +51,9 @@ ArduPilot supports up to two cameras. For the rest of this article, it is assume
5151

5252
- For RunCam2 4K camera, set :ref:`CAM1_RC_TYPE<CAM1_RC_TYPE>` = "5".
5353

54+
- :ref:`CAM1_RC_MDE_DELY <CAM1_RC_MDE_DELY>` is the time it takes for the a RunCam mode button press to be actived in ms. If a mode change first requires a video recording change then double this value is used. If this is too short then commands can get out of sync.
55+
56+
5457
.. note:: RunCam is bringing out new cameras all the time and seem to change the video controls with almost every camera, so if you are having issues - particularly with video control - try one of the other camera types for :ref:`CAM1_RC_TYPE<CAM1_RC_TYPE>`.
5558

5659
* In order to control start and stop of video recording from a radio transmitter set a free rc channel to ``RCx_OPTION`` = 78 to enable triggering from that RC input channel. If the switch is in the low position then video recording is stopped, if in the high position then video recording is started.

0 commit comments

Comments
 (0)