diff options
author | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2023-01-18 14:42:41 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2023-01-19 10:44:25 +0100 |
commit | 0dcc36e29637762a35c6ca4ca29f93e06dfd3d77 (patch) | |
tree | fd8f095efec58b8100c4a9ae4105186bf181eb7a /lib | |
parent | d81505b834105ee1c879a962a2911d08b14ad5fd (diff) |
libcamera: imx8-isi: Split Bayer/YUV config generationisi/raw_sensor
The ISI can:
- produce any processed (YUV/RGB) stream format from a non-Raw media bus
format
- produce Bayer Raw stream formats from a Bayer RAW media bus format
At generateConfiguration() a YUV/RGB pixel format is preferred for the
StillCapture/VideoRecording/Viewfinder roles, but currently there are no
guarantees in place that the sensor provide a non-Bayer bus format from
which YUV/RGB an be generated.
This makes the default configuration generated for those roles not to
work if the sensor is a RAW-only one.
To improve the situation split the configuration generation in two:
- One for YUV modes
- One for Raw Bayer mode
StreamRoles assigned to a YUV mode will try to first generate a YUV
configuration and then fallback to RAW if that's what the sensor can
provide.
As an additional requirement, for YUV streams, the generated mode has to
be validated with the sensor to confirm the desired sizes can be
generated. In order to test a format on the sensor introduce
CameraSensor::tryFormat().
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions