|
libcamera v0.7.0+1-4ceceb68
Supporting cameras in Linux since 2019
|
Description of a serialized ControlValue entry. More...
Public Attributes | |
| uint8_t | type |
| uint8_t | is_array |
| uint16_t | count |
| uint32_t | offset |
| uint32_t | reserved [2] |
Description of a serialized ControlValue entry.
| libcamera::ipa_control_value_entry::count |
The number of control array entries for array controls (1 otherwise)
| libcamera::ipa_control_value_entry::is_array |
True if the control value stores an array, false otherwise
| 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).
| libcamera::ipa_control_value_entry::reserved |
Reserved for future extensions
| libcamera::ipa_control_value_entry::type |
The type of the control (defined by enum ControlType)