libcamera
libcamera copied to clipboard
Dear all, Thank you for developing such a helpful library. ### Problem: I am trying to get frames using opencv. I know that libcamera does not entirely support cv2 (I...
I have 6 Raspberry Pis (Pi zero W and Pi zero 2 W) running bookworm. They have the Pi cameras installed (ribbon cable) and I use the "motion" software to...
Implement ams mira220 sensor support for libcamera. Tuning done both for mono and color variants. Merge request for sensor driver ongoing.
If an unsupported pixel format is handed to libcamera, then it hits an assertion error in pisp.cpp instead of returning a proper return code. The problem was originally seen here:...
### Suppressing with: `-Wno-sign-compare` ``` > [136/219] Compiling C++ object src/libcamera/libcamera.so.0.3.2.p/pipeline_rpi_pisp_pisp.cpp.o > [137/219] Compiling C++ object src/ipa/rpi/cam_helper/librpi_ipa_cam_helper.a.p/cam_helper_imx708.cpp.o > [138/219] Compiling C++ object src/ipa/rpi/controller/librpi_ipa_controller.a.p/algorithm.cpp.o > [139/219] Compiling C++ object src/libcamera/libcamera.so.0.3.2.p/v4l2_subdevice.cpp.o >...
Companion PR of https://github.com/raspberrypi/linux/pull/6437 Tested with imx219 on pi5 and pi4. On pi4 @jailuthra reported instabilities in the embedded data reading. Maybe that's the reason why embedded data were originally...
Initial implementation of AWB using neural networks. This is an alternative to the old Bayesian method.
Hello, Using GStreamer `libcamerasrc` with `OV9281`, but `ae-enable=true` doesn't seem to have any effect (`v0.5.1+100-e53bdf1f`). `/usr/share/libcamera/ipa/rpi/pisp/ov9281_mono.json` include `rpi.agc`, is this related? Thank you.