Files
PX4-Autopilot/docs/en/msg_docs/CameraTrigger.md
PX4BuildBot be784e21f7 docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-05-27 02:57:43 +00:00

41 lines
1.5 KiB
Markdown

---
pageClass: is-wide-page
---
# CameraTrigger (UORB message)
**TOPICS:** camera_trigger
## Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
| ------------------------------------------- | -------- | ------------ | ---------- | -------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
| <a id="fld_timestamp_utc"></a>timestamp_utc | `uint64` | | | UTC timestamp |
| <a id="fld_seq"></a>seq | `uint32` | | | Image sequence number |
| <a id="fld_feedback"></a>feedback | `bool` | | | Trigger feedback from camera |
## Constants
| Name | Type | Value | Description |
| ----------------------------------------------- | -------- | ----- | ----------- |
| <a id="#ORB_QUEUE_LENGTH"></a> ORB_QUEUE_LENGTH | `uint32` | 2 |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/CameraTrigger.msg)
::: details Click here to see original file
```c
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_utc # UTC timestamp
uint32 seq # Image sequence number
bool feedback # Trigger feedback from camera
uint32 ORB_QUEUE_LENGTH = 2
```
:::