libcamera v0.3.1
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
libcamera::ipa_control_info_entry Struct Reference

Description of a serialized ControlInfo entry. More...

Public Attributes

uint32_t id
 
uint32_t type
 
uint32_t offset
 
uint32_t padding [1]
 

Detailed Description

Description of a serialized ControlInfo entry.

Member Data Documentation

◆ id

uint32_t libcamera::ipa_control_info_entry::id

The numerical ID of the control

◆ offset

uint32_t libcamera::ipa_control_info_entry::offset

The offset in bytes from the beginning of the data section to the control info data (shall be a multiple of 8 bytes)

◆ padding

uint32_t libcamera::ipa_control_info_entry::padding[1]

Padding bytes (shall be set to 0)

◆ type

uint32_t libcamera::ipa_control_info_entry::type

The type of the control (defined by enum ControlType)


The documentation for this struct was generated from the following files: