libcamera/src
Kieran Bingham 906373331f ipa: rkisp1: Rename frameContext to activeState
The RkISP1 IPA module creates a single instance of its IPAFrameContext
structure, effectively using it more as an active state than a per-frame
context. To prepare for the introduction of a real per-frame context,
move all the members of the IPAFrameContext structure to a new
IPAActiveState structure. The IPAFrameContext becomes effectively
unused at runtime, and will be populated back with per-frame data after
converting the RkISP1 IPA module to using a frame context queue.

The IPAActiveState structure will slowly morph into a different entity
as individual algorithm get later ported to the frame context API.

While at it, fix a typo in the documentation of the
Agc::computeExposure() function that incorrectly refers to the frame
context instead of the global context.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
2022-09-28 05:41:10 +03:00
..
android android: camera_capabilities: Adjust minimum frame duration to match FPS 2022-07-25 20:12:04 +01:00
cam cam: capture_script: Introduce 'loop' property 2022-09-20 15:39:50 +02:00
gstreamer gstreamer: Check gstreamer version before using newer macros 2022-09-12 22:44:53 +05:30
ipa ipa: rkisp1: Rename frameContext to activeState 2022-09-28 05:41:10 +03:00
lc-compliance lc-compliance: Only download gtest subproject as a fallback 2022-02-03 18:23:48 +02:00
libcamera pipeline: raspberrypi: Improve Unicam timeout handling 2022-09-23 11:01:21 +01:00
py libcamera: color_space: Rename Jpeg to Sycc 2022-08-25 20:12:54 +03:00
qcam qcam: Fix crash when switching from non existant camera 2022-09-08 11:20:53 +03:00
v4l2 libcamera: v4l2_pixelformat: Return the list of V4L2 formats 2022-08-03 15:07:20 +02:00
meson.build libcamera: Make IPA module signing recommended instead of mandatory 2022-08-09 16:05:58 +03:00