libcamera/src
David Plowman daeaf681c9 ipa: rpi: agc: Avoid overwriting caller's statistics pointer
The code was inadvertently overwriting the caller's StatisticsPtr,
meaning that subsequent algorithms would get the wrong image
statistics when AGC channels changed.

This could be fix using std::ref, though I find the C-style pointer
fix easier to understand!

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2023-10-18 11:01:23 +01:00
..
android android: camera_device: Fix requestedStream handling 2023-09-21 12:44:09 +02:00
apps meson: Fix space around colon issues 2023-07-07 11:39:19 +03:00
gstreamer meson: Fix space around colon issues 2023-07-07 11:39:19 +03:00
ipa ipa: rpi: agc: Avoid overwriting caller's statistics pointer 2023-10-18 11:01:23 +01:00
libcamera pipeline: rpi: Make color space members in RPiCameraConfiguration public 2023-10-18 11:01:23 +01:00
py py: gen-py-controls: Remove SceneFlicker workaround 2023-10-16 16:38:08 +01:00
v4l2 v4l2: Use SystemDevices properties to identify cameras 2023-07-11 15:19:13 +01:00
meson.build v4l2: Move the v4l2 compat layer to libexec/libcamera 2023-05-04 20:05:02 +01:00