Skip to content

Commit b8f9320

Browse files
committed
MAVLink messages update Thu Jun 26 01:47:21 UTC 2025
1 parent c58afc2 commit b8f9320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/messages/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ Field Name | Type | Units | Values | Description
25112511
time_boot_ms | `uint32_t` | ms | | Timestamp (time since system boot).
25122512
vendor_name | `uint8_t[32]` | | | Name of the camera vendor
25132513
model_name | `uint8_t[32]` | | | Name of the camera model
2514-
firmware_version | `uint32_t` | | invalid:0 | Version of the camera firmware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff). Use 0 if not known.
2514+
firmware_version | `uint32_t` | | invalid:0 | Version of the camera firmware, encoded as: `(Dev & 0xff) << 24 \| (Patch & 0xff) << 16 \| (Minor & 0xff) << 8 \| (Major & 0xff)`. Use 0 if not known.
25152515
focal_length | `float` | mm | invalid:NaN | Focal length. Use NaN if not known.
25162516
sensor_size_h | `float` | mm | invalid:NaN | Image sensor size horizontal. Use NaN if not known.
25172517
sensor_size_v | `float` | mm | invalid:NaN | Image sensor size vertical. Use NaN if not known.

0 commit comments

Comments
 (0)