Barnabás Pőcze
390a4ce432
spa: libcamera: compile fully as C++
...
There was one file "libcamera.c" that was a C source file, which
prevents the addition of C++ functions, includes, etc. to "libcamera.h".
So compile that file as C++ as well.
2026-06-23 15:00:15 +00:00
Barnabás Pőcze
d46361a1b9
spa: libcamera: remove some unnecessary includes
...
Also add the missing include guard.
2026-06-23 15:00:15 +00:00
Pauli Virtanen
eaea03c26c
spa: export log topic enumerations
2024-01-04 10:02:55 +00:00
Barnabás Pőcze
8256a2d5a6
spa: remove unnecessary indirection for some spa_log_topics
...
This results in shorter machine code since it removes one
pointer load and a NULL check.
2023-10-06 13:08:24 +00:00
Barnabás Pőcze
934ab3036e
treewide: use SPDX tags to specify copyright information
...
SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.
See https://spdx.dev for more information.
2023-02-16 10:54:48 +00:00
Wim Taymans
b2c38a2b3b
libcamera: work on rewrite
...
Use manager to hotplug devices
Use StreamConfig to enumerate formats
2021-11-03 17:49:10 +01:00
Wim Taymans
783ae4d4e9
libcamera: use log topic
2021-10-03 12:26:00 +02:00
raghu447
9024cc4444
Integrating libcamera
2020-06-04 10:36:39 +02:00