libcamera/src/v4l2
Kieran Bingham bff6d95281 v4l2: Use SystemDevices properties to identify cameras
The CameraManager->get(dev_t) helper was implemented only to support the
V4L2 Adaptation layer, and has been deprecated now that a new camera
property - SystemDevices has been introduced.

Rework the implementation of getCameraIndex() to use the SystemDevices
property and remove reliance on the now deprecated call.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2023-07-11 15:19:13 +01:00
..
libcamerify.in v4l2: Provide libcamerify wrapper script 2022-02-04 09:39:46 +00:00
meson.build v4l2: Move the v4l2 compat layer to libexec/libcamera 2023-05-04 20:05:02 +01:00
v4l2_camera.cpp v4l2: v4l2_camera: Apply clang thread safety annotation 2022-11-11 16:25:47 +05:30
v4l2_camera.h v4l2: v4l2_camera: Apply clang thread safety annotation 2022-11-11 16:25:47 +05:30
v4l2_camera_file.cpp v4l2: v4l2_camera_file: Store file description 2022-01-14 14:02:49 +02:00
v4l2_camera_file.h v4l2: v4l2_camera_file: Store file description 2022-01-14 14:02:49 +02:00
v4l2_camera_proxy.cpp v4l2: v4l2_camera_proxy: Prevent ioctl sign-extensions 2023-07-11 15:19:13 +01:00
v4l2_camera_proxy.h v4l2: v4l2_camera_proxy: Apply clang thread safety annotation 2022-11-11 16:25:46 +05:30
v4l2_compat.cpp libcamera: Correct include headers for Mutex classes 2021-12-01 13:46:48 +02:00
v4l2_compat_manager.cpp v4l2: Use SystemDevices properties to identify cameras 2023-07-11 15:19:13 +01:00
v4l2_compat_manager.h v4l2: v4l2_compat_manager: Store V4L2CameraFile in mmaps_ 2022-01-14 14:02:49 +02:00