libcamera/src/v4l2
Laurent Pinchart b68721608a meson: Summarize which applications and adaptation layers are built
Add the application and adaptation layers being built to the meson
summary. The summary now prints

libcamera 0.0.0

  Configuration
         Enabled pipelines: ipu3
                            raspberrypi
                            rkisp1
                            simple
                            uvcvideo
                            vimc

           Android support: True
         GStreamer support: True
    V4L2 emulation support: True
           cam application: True
          qcam application: True
                Unit tests: True

  Subprojects
                    libyuv: YES

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
2021-03-28 01:47:26 +02:00
..
meson.build meson: Summarize which applications and adaptation layers are built 2021-03-28 01:47:26 +02:00
v4l2_camera.cpp v4l2: Omit extra semicolons 2020-10-20 13:15:46 +03:00
v4l2_camera.h v4l2: camera: Prevent shadowing within V4L2Camera::Buffer 2020-10-21 17:18:48 +01:00
v4l2_camera_file.cpp v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00
v4l2_camera_file.h v4l2: v4l2_camera_file: Add V4L2CameraFile to model the opened camera file 2020-06-25 23:41:15 +09:00
v4l2_camera_proxy.cpp v4l2: camera: Prevent shadowing within V4L2Camera::Buffer 2020-10-21 17:18:48 +01:00
v4l2_camera_proxy.h v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format 2020-08-25 20:24:21 +03:00
v4l2_compat.cpp v4l2: v4l2_compat: Intercept open64, openat64, and mmap64 2020-06-19 20:21:00 +09:00
v4l2_compat_manager.cpp v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00
v4l2_compat_manager.h v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00