b48d41a853
Using a custom vertex map the dw100 dewarper is capable of doing complex and useful transformations on the image data. This class implements a pipeline featuring: - Arbitrary ScalerCrop - Full transform support (Flip, 90deg rotations) - Arbitrary move, scale, rotate ScalerCrop and Transform is implemented to provide a interface that is standardized libcamera wide. The rest is implemented on top for more flexible dw100 specific features. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
7 lines
140 B
Meson
7 lines
140 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_internal_headers += files([
|
|
'converter_dw100_vertexmap.h',
|
|
'converter_v4l2_m2m.h',
|
|
])
|