Files
external_libcamera/test
Barnabás Pőcze 39d37fce12 libcamera: camera_sensor: getControls(): Use span
The function takes a const std::vector reference, but it does
not actually need an `std::vector`. So use a `libcamera::Span`
instead to avoid forcing the caller to construct a vector.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2025-08-13 12:48:42 +02:00
..
2025-07-18 13:55:40 +02:00
2022-08-26 01:04:27 +03:00
2025-05-20 09:49:01 +02:00
2025-05-20 09:49:01 +02:00
2024-12-05 22:29:57 +02:00