mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[digital_cam] documentation
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
<module name="atmega_i2c_cam_ctrl" dir="digital_cam">
|
||||
<doc>
|
||||
<description>
|
||||
Trigger Digital Camera (I2C).
|
||||
Using I2C connected remote microcontroller
|
||||
Digital Photo Camera Triggering (using a I2C channel)
|
||||
|
||||
This module controls triggering of an attached device via an I2C command.
|
||||
Typically a remote microcontroller (atmega/arduino) will then use the triggering/zoom/power commands.
|
||||
Using the PAYLOAD_COMMAND, all functions of the camera can be controlled.
|
||||
It can trigger photos based on GPS distance, time or circle radius in both fixedwings and rotorcraft.
|
||||
</description>
|
||||
<define name="DC_SHOOT_ON_BUTTON_RELEASE" />
|
||||
<define name="DC_SHOT_SYNC_SEND" value="TRUE|FALSE" description="send DC_SHOT message when photo was taken (default: TRUE)"/>
|
||||
|
||||
Reference in New Issue
Block a user