Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
59f76cd8
Commit
59f76cd8
authored
Feb 10, 2019
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Sun Feb 10 23:16:34 UTC 2019
parent
e44b5140
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
7 deletions
+31
-7
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+31
-7
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
59f76cd8
...
...
@@ -336,15 +336,39 @@ Set to 2 to use heading from motion capture</short_desc>
<decimal>
8
</decimal>
</parameter>
</group>
<group
name=
"Camera Capture"
>
<parameter
default=
"0.0"
name=
"CAM_CAP_DELAY"
type=
"FLOAT"
>
<short_desc>
Camera strobe delay
</short_desc>
<long_desc>
This parameter sets the delay between image integration start and strobe firing
</long_desc>
<min>
0.0
</min>
<max>
100.0
</max>
<unit>
ms
</unit>
<decimal>
1
</decimal>
</parameter>
</group>
<group
name=
"Camera Control"
>
<parameter
default=
"0"
name=
"CAM_FBACK_MODE"
type=
"INT32"
>
<short_desc>
Camera feedback mode
</short_desc>
<long_desc>
Sets the camera feedback mode.
</long_desc>
<min>
0
</min>
<max>
1
</max>
<parameter
default=
"0"
name=
"CAM_CAP_EDGE"
type=
"INT32"
>
<short_desc>
Camera capture edge
</short_desc>
<reboot_required>
true
</reboot_required>
<values>
<value
code=
"0"
>
Disabled
</value>
<value
code=
"1"
>
Feedback on trigger
</value>
<value
code=
"0"
>
Falling edge
</value>
<value
code=
"1"
>
Rising edge
</value>
</values>
</parameter>
<parameter
default=
"0"
name=
"CAM_CAP_FBACK"
type=
"INT32"
>
<short_desc>
Camera capture feedback
</short_desc>
<long_desc>
Enables camera capture feedback
</long_desc>
<boolean
/>
<reboot_required>
true
</reboot_required>
</parameter>
<parameter
default=
"0"
name=
"CAM_CAP_MODE"
type=
"INT32"
>
<short_desc>
Camera capture timestamping mode
</short_desc>
<long_desc>
Change time measurement
</long_desc>
<reboot_required>
true
</reboot_required>
<values>
<value
code=
"0"
>
Get absolute timestamp
</value>
<value
code=
"1"
>
Get timestamp of mid exposure (active high)
</value>
<value
code=
"2"
>
Get timestamp of mid exposure (active low)
</value>
</values>
</parameter>
</group>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment