libcamera
v0.0.0
Supporting cameras in Linux since 2019
|
Camera sensor information for the IPA context operations. More...
Public Attributes | |
const char * | model |
The camera sensor model name. More... | |
uint8_t | bits_per_pixel |
The camera sensor image format bit depth. More... | |
struct { | |
uint32_t width | |
uint32_t height | |
} | active_area |
The camera sensor pixel array active size. More... | |
struct { | |
int32_t left | |
int32_t top | |
uint32_t width | |
uint32_t height | |
} | analog_crop |
The analog crop rectangle. More... | |
struct { | |
uint32_t width | |
uint32_t height | |
} | output_size |
The size of the output image. More... | |
uint64_t | pixel_rate |
The number of pixel produced in a second. More... | |
uint32_t | line_length |
The full line length, including blanking, in pixel units. More... | |
Camera sensor information for the IPA context operations.
ipa_sensor_info::active_area |
The camera sensor pixel array active size.
ipa_sensor_info::analog_crop |
The analog crop rectangle.
ipa_sensor_info::bits_per_pixel |
The camera sensor image format bit depth.
output_size ipa_sensor_info::height |
The camera sensor pixel array active area height.
The vertical size of the output image.
The vertical size of the analog crop rectangle.
analog_crop ipa_sensor_info::left |
The left coordinate of the analog crop rectangle, relative to the pixel array active area.
ipa_sensor_info::line_length |
The full line length, including blanking, in pixel units.
ipa_sensor_info::model |
The camera sensor model name.
ipa_sensor_info::output_size |
The size of the output image.
ipa_sensor_info::pixel_rate |
The number of pixel produced in a second.
analog_crop ipa_sensor_info::top |
The top coordinate of the analog crop rectangle, relative to the pixel array active area.
output_size ipa_sensor_info::width |
The camera sensor pixel array active area width.
The horizontal size of the output image.
The horizontal size of the analog crop rectangle.