mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
libcamera: work on rewrite
Use manager to hotplug devices Use StreamConfig to enumerate formats
This commit is contained in:
parent
b0e3e43c42
commit
b2c38a2b3b
11 changed files with 1545 additions and 1212 deletions
|
|
@ -1,9 +1,8 @@
|
|||
libcamera_sources = [
|
||||
'libcamera.c',
|
||||
'libcamera-device.c',
|
||||
'libcamera-client.c',
|
||||
'libcamera-source.c',
|
||||
'libcamera_wrapper.cpp'
|
||||
'libcamera-manager.cpp',
|
||||
'libcamera-device.cpp',
|
||||
'libcamera-source.cpp'
|
||||
]
|
||||
|
||||
libdrm_dep = dependency('libdrm', version : '>= 2.4.98',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue