libcamera
v0.0.0
Supporting cameras in Linux since 2019
|
Serialized control packet header. More...
Public Attributes | |
uint32_t | version |
uint32_t | handle |
uint32_t | entries |
uint32_t | size |
uint32_t | data_offset |
uint32_t | reserved [3] |
Serialized control packet header.
ipa_controls_header::data_offset |
Offset in bytes from the beginning of the packet of the data section start
ipa_controls_header::entries |
Number of entries in the packet
ipa_controls_header::handle |
For ControlInfoMap packets, this field contains a unique non-zero handle generated when the ControlInfoMap is serialized. For ControlList packets, this field contains the handle of the corresponding ControlInfoMap.
ipa_controls_header::reserved |
Reserved for future extensions
ipa_controls_header::size |
The total packet size in bytes
ipa_controls_header::version |
Control packet format version number (shall be IPA_CONTROLS_FORMAT_VERSION)