PX4-Autopilot/docs/en/msg_docs/CameraTrigger.md
PX4BuildBot d965df930c docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-02-23 18:34:11 +00:00

41 lines
1.3 KiB
Markdown

---
pageClass: is-wide-page
---
# CameraTrigger (UORB message)
**TOPICS:** camera_trigger
## Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
| ------------- | -------- | ------------ | ---------- | -------------------------------------- |
| timestamp | `uint64` | | | time since system start (microseconds) |
| timestamp_utc | `uint64` | | | UTC timestamp |
| seq | `uint32` | | | Image sequence number |
| 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
```
:::