mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 14:59:44 +03:00
Add a new CameraSensorRaw implementation of the CameraSensor interface tailored to devices that implement the new V4L2 raw camera sensors API. This new class duplicates code from the CameraSensorLegacy class. The two classes will be refactored to share code. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
33 lines
1.8 KiB
Text
33 lines
1.8 KiB
Text
# SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
@INCLUDE_PATH = @TOP_BUILDDIR@/Documentation
|
|
@INCLUDE = Doxyfile-common
|
|
|
|
HIDE_UNDOC_CLASSES = NO
|
|
HIDE_UNDOC_MEMBERS = NO
|
|
HTML_OUTPUT = internal-api-html
|
|
INTERNAL_DOCS = YES
|
|
ENABLED_SECTIONS = internal
|
|
|
|
INPUT = "@TOP_SRCDIR@/Documentation" \
|
|
"@TOP_SRCDIR@/include/libcamera" \
|
|
"@TOP_SRCDIR@/src/ipa/ipu3" \
|
|
"@TOP_SRCDIR@/src/ipa/libipa" \
|
|
"@TOP_SRCDIR@/src/libcamera" \
|
|
"@TOP_BUILDDIR@/include/libcamera" \
|
|
"@TOP_BUILDDIR@/src/libcamera"
|
|
|
|
EXCLUDE = @TOP_SRCDIR@/include/libcamera/base/span.h \
|
|
@TOP_SRCDIR@/include/libcamera/internal/device_enumerator_sysfs.h \
|
|
@TOP_SRCDIR@/include/libcamera/internal/device_enumerator_udev.h \
|
|
@TOP_SRCDIR@/include/libcamera/internal/ipc_pipe_unixsocket.h \
|
|
@TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/ipc_pipe_unixsocket.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/pipeline/ \
|
|
@TOP_SRCDIR@/src/libcamera/sensor/camera_sensor_legacy.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/sensor/camera_sensor_raw.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/tracepoints.cpp \
|
|
@TOP_BUILDDIR@/include/libcamera/internal/tracepoints.h \
|
|
@TOP_BUILDDIR@/include/libcamera/ipa/soft_ipa_interface.h \
|
|
@TOP_BUILDDIR@/src/libcamera/proxy/
|