mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
23 lines
727 B
XML
23 lines
727 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="bebop_ae_awb" dir="computer_vision">
|
|
<doc>
|
|
<description>Auto exposure and Auto white balancing for the Bebop 1 and 2</description>
|
|
|
|
<section name="bebop_ae_awb">
|
|
<define name="BEBOP_AUTO_EXPOSURE" value="true" description="perform auto exposure (Default: true)"/>
|
|
<define name="BEBOP_AUTO_WHITE_BALANCE" value="true" description="Perform auto white balance (Default: true)"/>
|
|
</section>
|
|
</doc>
|
|
|
|
<header>
|
|
<file name="bebop_ae_awb.h"/>
|
|
</header>
|
|
<init fun="bebop_ae_awb_init()"/>
|
|
<periodic fun="bebop_ae_awb_periodic()" freq="5" autorun="TRUE"/>
|
|
<makefile target="ap">
|
|
<file name="bebop_ae_awb.c"/>
|
|
</makefile>
|
|
</module>
|
|
|