libcamera/src
Barnabás Pőcze 3e4de5f54e apps: cam: capture_script: Simplify bool array parsing
`std::vector<bool>` is a specialization that implements a dynamic
bit vector, therefore it is not suitable to provide storage for
an array of `bool`. Hence a statically sized array is used when
parsing an array of boolean values.

Instead, use the array overload of `std::make_unique` since the
size is known beforehand.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
2025-04-21 16:24:16 +02:00
..
android meson: Don't unnecessarily fallback to libyuv wrap 2024-11-26 19:05:17 +02:00
apps apps: cam: capture_script: Simplify bool array parsing 2025-04-21 16:24:16 +02:00
gstreamer gstreamer: Use Control<> objects when setting controls 2025-04-02 17:14:54 +02:00
ipa libcamera: software_isp: Fix CCM multiplication 2025-04-15 18:47:17 +01:00
libcamera libcamera: pipeline: imx8-isi: Remove unused variable 2025-04-21 16:15:21 +02:00
py libcamera: camera_manager: Take camera id in std::string_view 2025-04-01 12:08:24 +02:00
v4l2 meson: Convert v4l2 into a feature option 2025-01-10 12:35:10 +01:00
meson.build libcamera: meson: Fix libyuv detection 2025-03-01 22:36:24 +00:00