libcamera  v0.2.0+150-2031e2f2
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::ipa_control_value_entry Struct Reference

Description of a serialized ControlValue entry. More...

Public Attributes

uint32_t id
 
uint8_t type
 
uint8_t is_array
 
uint16_t count
 
uint32_t offset
 
uint32_t padding [1]
 

Detailed Description

Description of a serialized ControlValue entry.

Member Data Documentation

◆ count

libcamera::ipa_control_value_entry::count

The number of control array entries for array controls (1 otherwise)

◆ id

libcamera::ipa_control_value_entry::id

The numerical ID of the control

◆ is_array

libcamera::ipa_control_value_entry::is_array

True if the control value stores an array, false otherwise

◆ offset

libcamera::ipa_control_value_entry::offset

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

◆ padding

libcamera::ipa_control_value_entry::padding

Padding bytes (shall be set to 0)

◆ type

libcamera::ipa_control_value_entry::type

The type of the control (defined by enum ControlType)


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