The DW100 Dewarp engine is present on i.MX8MP SoC and possibly others. This patch provides a dedicated converter module that allows easy integration of such a dewarper into a pipeline handler. In this patch only the ScalerCrop control is implemented. Support for additional functionality will be added in later patches. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
8 lines
165 B
Meson
8 lines
165 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_internal_headers += files([
|
|
'converter_dw100.h',
|
|
'converter_dw100_vertexmap.h',
|
|
'converter_v4l2_m2m.h',
|
|
])
|