[libcamera-devel] [PATCH v3 0/2] Camera Control Validator

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Oct 20 15:33:51 CEST 2021


These patches were part of an earlier series, which was partially
merged.

As part of cleaning up the request prior to making it use the D-Pointer
implementation, clean up the todo and use a CameraControlValidator
provided by the Camera instead of creating a new one for each request.


Kieran Bingham (2):
  libcamera: camera: Create a CameraControlValidator
  libcamera: request: Use external CameraControlValidator

 include/libcamera/internal/camera.h |  6 ++++++
 include/libcamera/request.h         |  1 -
 src/libcamera/camera.cpp            |  7 +++++++
 src/libcamera/request.cpp           | 10 +++-------
 4 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.30.2



More information about the libcamera-devel mailing list