[libcamera-devel] [PATCH 0/2] V4L2 Compatibility installation directory

Kieran Bingham kieran.bingham at ideasonboard.com
Mon May 1 17:55:05 CEST 2023


We currently install the v4l2-compat.so to the same location as
libcamera.so.

With this name, a generic library directory might not be very clear that
this is the libcamera compatibility library.

First fixt he ipa manager to prevent loading non-ipa modules that happen
to be under $libdir/libcamera and then move the v4l2-compat.so to that
location.

Note that the android libcamera-hal.so could also now move here, and/or
the v4l2-compat.so could have the 'libcamera' name directly in the .so


Kieran Bingham (2):
  libcamera: ipa_manager: Only parse IPA modules
  v4l2: Move the v4l2-compat to libcamera/

 src/libcamera/ipa_manager.cpp | 4 ++++
 src/v4l2/meson.build          | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.34.1



More information about the libcamera-devel mailing list