libcamera/src/libcamera
Laurent Pinchart 9b50d3c23d libcamera: stream: Add color space to configuration string representation
Extend the string representation of StreamConfiguration, as returned by
the toString() and operator<<() functions, with color space information.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
2025-04-29 17:32:19 +03:00
..
base libcamera: base: log: Fix uninitialized variable warning 2025-03-03 14:52:59 +02:00
converter libcamera: Drop spurious colon after doxygen \todo directive 2025-02-24 18:36:21 +02:00
ipa meson: Replace hack with usage of '@BASENAME@' 2023-12-08 00:25:00 +02:00
pipeline libcamera: pipeline: rkisp1: Convert to use MediaPipeline 2025-04-29 02:45:21 +09:00
proxy meson: utils: Provide environment for Python scripts 2024-08-16 00:00:23 +03:00
sensor libcamera: camera_sensor: Add support for embedded data 2025-01-08 14:30:33 +01:00
software_isp ipa: simple: Report exposure in metadata 2025-03-28 02:09:16 +02:00
bayer_format.cpp libcamera: bayer_format: Add 20-bit bayer formats 2024-12-04 13:54:16 +00:00
byte_stream_buffer.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
camera.cpp libcamera: camera: Ensure correct id maps are always set 2025-03-21 18:28:28 +01:00
camera_controls.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
camera_lens.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
camera_manager.cpp libcamera: camera_manager: Take camera id in std::string_view 2025-04-01 12:08:24 +02:00
color_space.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
control_ids.cpp.in libcamera: controls: Add support for querying direction information 2024-12-18 17:27:01 +09:00
control_ids_core.yaml controls: Redefine AeEnable 2025-01-20 21:36:40 +02:00
control_ids_debug.yaml libcamera: Add debug control space 2024-11-13 11:47:06 +01:00
control_ids_draft.yaml controls: Introduce AEGC-related controls 2025-01-20 19:38:10 +02:00
control_ids_rpi.yaml ipa: rpi: Add support for Raspberry Pi 5 2025-03-20 12:03:28 +00:00
control_ranges.yaml libcamera: Add debug control space 2024-11-13 11:47:06 +01:00
control_serializer.cpp libcamera: controls: Add support for querying direction information 2024-12-18 17:27:01 +09:00
control_validator.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
controls.cpp libcamera: controls: Add support for querying direction information 2024-12-18 17:27:01 +09:00
converter.cpp libcamera: converter: Add functions to adjust config 2024-12-17 11:19:36 +01:00
debug_controls.cpp libcamera: Add a DebugMetadata helper 2024-11-13 11:47:06 +01:00
delayed_controls.cpp libcamera: Drop remaining file name from header comment blocks 2024-05-09 23:31:15 +03:00
device_enumerator.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
device_enumerator_sysfs.cpp libcamera: Fix maybe-uninitialized error 2024-06-28 12:53:55 +02:00
device_enumerator_udev.cpp libcamera: udev: Catch udev notification errors 2024-08-08 15:09:52 +01:00
dma_buf_allocator.cpp DmaBufAllocator: Avoid syncing with an invalid file descriptor 2025-01-14 22:17:33 +00:00
fence.cpp libcamera: Drop path prefix from Doxygen file directive 2024-08-07 17:57:01 +03:00
formats.cpp libcamera: formats: Change bytesPerGroup of RGB565 and RGB565_BE from 3 to 2 2024-10-28 18:43:02 +02:00
formats.yaml libcamera: formats: Adding Support for Y12P 2024-08-12 14:57:35 +03:00
framebuffer.cpp libcamera: Hide *::Private classes with __DOXYGEN_PUBLIC__ 2024-08-07 17:57:07 +03:00
framebuffer_allocator.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
geometry.cpp libcamera: geometry: Add Rectangle::transformedBetween() 2024-12-17 10:31:44 +01:00
ipa_controls.cpp libcamera: controls: Add support for querying direction information 2024-12-18 17:27:01 +09:00
ipa_data_serializer.cpp libcamera: libcamera: Formatting improvements 2024-09-02 22:34:37 +03:00
ipa_interface.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
ipa_manager.cpp libcamera: ipa_manager: Store IPAModules in std::unique_ptr 2025-03-21 15:43:41 +01:00
ipa_module.cpp libcamera: ipa_module: Avoid unnecessary copy when getting signature 2025-04-22 14:49:10 +02:00
ipa_proxy.cpp libcamera: pipeline: Fix LIBCAMERA_<NAME>_TUNING_FILE handling 2025-02-21 17:34:12 +01:00
ipa_pub_key.cpp.in libcamera: Drop file name from header comment blocks in templates 2024-05-09 23:31:14 +03:00
ipc_pipe.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
ipc_pipe_unixsocket.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
ipc_unixsocket.cpp libcamera: Avoid variable-length arrays 2024-07-31 01:22:13 +03:00
mapped_framebuffer.cpp libcamera: MappedFrameBuffer: Fix typo in comment formatting 2024-10-18 08:37:13 +01:00
matrix.cpp libcamera: matrix: Add read-only accessor to internal data 2025-02-04 21:27:54 +02:00
media_device.cpp libcamera: media_device: Add helper to return matching entities 2025-04-29 01:20:50 +09:00
media_object.cpp libcamera: media_object: Add MediaLink string representations 2024-09-12 12:01:29 +02:00
media_pipeline.cpp libcamera: internal: Add MediaPipeline helper 2025-04-29 02:45:21 +09:00
meson.build libcamera: internal: Add MediaPipeline helper 2025-04-29 02:45:21 +09:00
orientation.cpp libcamera: libcamera: Formatting improvements 2024-09-02 22:34:37 +03:00
pipeline_handler.cpp libcamera: pipeline_handler: Enable silent configuration file lookup 2025-01-14 16:38:04 +02:00
pixel_format.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
process.cpp libcamera: formatting: Avoid spaces in for loops without expression 2025-02-26 02:27:18 +02:00
property_ids_core.yaml libcamera: controls: Use vendor tags for draft controls and properties 2023-11-30 13:59:27 +00:00
property_ids_draft.yaml libcamera: controls: Use vendor tags for draft controls and properties 2023-11-30 13:59:27 +00:00
pub_key.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
request.cpp libcamera: request: Avoid double map lookup 2025-04-15 12:11:40 +02:00
shared_mem_object.cpp libcamera: libcamera: Formatting improvements 2024-09-02 22:34:37 +03:00
source_paths.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
stream.cpp libcamera: stream: Add color space to configuration string representation 2025-04-29 17:32:19 +03:00
sysfs.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
tracepoints.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
transform.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
v4l2_device.cpp libcamera: v4l2_device: add frame start event helpers 2025-04-03 09:36:11 +01:00
v4l2_pixelformat.cpp libcamera: v4l2_videodevice: Update to the new kernel metadata API 2025-01-08 14:28:35 +01:00
v4l2_subdevice.cpp libcamera: v4l2_subdevice: Work around false positive warning 2025-01-20 19:38:05 +02:00
v4l2_videodevice.cpp libcamera: v4l2_videodevice: lastUsedCounter_ need not be atomic 2025-03-21 16:56:58 +01:00
vector.cpp libcamera: Adapt Vector class to new location 2025-02-12 14:26:27 +01:00
version.cpp.in libcamera: Drop file name from header comment blocks in templates 2024-05-09 23:31:14 +03:00
yaml_parser.cpp libcamera: yaml_parser: Improve efficiency of string empty check 2024-12-16 14:26:45 +02:00